/*
QuickFitness CSS
http://www.nitx.com/
*/
@charset "utf-8";
/* Generic Elements */
body {
	background-color: #000066;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
h1 {
	color: #000066;
	font-size: 22px;
}
p {
	font-size: 14px;
	color: black;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #000583;
	text-decoration: underline;
}
a:visited {
	color: #000583;
	text-decoration: underline;
}
a:active {
	color: #000583;
	text-decoration: underline;
}
a:hover {
	color: #3333FF;
	text-decoration: underline;
}
/* ID Styles */
#wrappertable {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 1086px;
}
#leftside {
	width:120px;
	vertical-align:top;
	padding-top:150px;
}
#socialbuttons {
	float:right;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#rightside {
	width:160px;
	vertical-align:top;
	text-align:left;
	padding-left:5px;
	padding-top:150px;
}
#maintable {
	border: 1px solid #000;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 760px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#header {
	text-align: center;
	padding: 5px;
}
#footer {
	text-align: center;
	font-weight: bold;
}
#menu {
	width: 22%;
	vertical-align: top;
	padding: 0 2px;
}
#content {
	vertical-align: top;
	padding: 0 2px;
}
#womanimage {
	float: right;
	width: 275px;
	height: 306px;
	margin: 2px 2px;
}
#fitnessweights {
	width: 200px;
	height: 143px;
	float: left;
}
#alcohol {
	width: 200px;
	height: 187px;
	float: right;
}
#footerbar {
	width: 750px;
	height: 13px;
}
/* Class Styles */
.imgbutton {
	width: 160px;
	height: 25px;
	border: 0;
	padding-top:5px;
}
.center {
	text-align: center;
}
.navy {
	color: #000066;
}
.menunav a:link {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 8px;
}
.menunav a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 8px;
}
.menunav a:active {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 8px;
}
.menunav a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-left: 8px;
}
