/*layout*/

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background:url(images/bg_head.jpg) top repeat-x scroll;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
text-align:left;
}

#container{
width:780px;
margin-left:auto;
margin-right:auto;
}

#header{
width:780px;
}

#footer{
width:100%;
text-align:center;
}

#main{
}

.bigwhite {
font-size: 18px;
font-weight: bolder;
color: #FFFFFF;
}

.pinktitle {
font-size: 16px;
font-weight: bold;
color: #D70A8B;
}

/*links*/
a:hover {
color: #D70A8B;
text-decoration: underline;
}

.pink {
color: #D70A8B;
text-decoration: none;
}

.bluelink {
color: #0D426A;
text-decoration: none;
}

.whitelink {
color: #FFFFFF;
text-decoration: none;
}

.submenu {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 12px;
}

/*footer*/

.copyright {
	font-size: 9px;
	color: #FFFFFF;



/*from gym

}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #D70A8B;
}
p {
}
p, h1 {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}

}

}

hr {
	border-top-color: #0D426A;
	border-right-color: #0D426A;
	border-bottom-color: #0D426A;
	border-left-color: #0D426A;
}
ul {
	font-style: italic;
	color: #D70A8B;
}

*/