/* CSS Document */
body {
		text-align: center; /* for IE */
	}
	
#container { 
position: relative;
width: 828px; 
height: 580px; 
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
border-width: 1px;
border-color: gray;
border-style: solid;
background-color: white;

}

#container2 { 
position: relative;
width: 828px; 
height: 724px; 
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
border-width: 1px;
border-color: gray;
border-style: solid;
background-color: white;

}

#container3 { 
position: relative;
width: 828px; 
height: 1120px; 
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
border-width: 1px;
border-color: gray;
border-style: solid;
background-color: white;

}

#container4 { 
position: relative;
width: 828px; 
height: 600px; 
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
border-width: 1px;
border-color: gray;
border-style: solid;
background-color: white;

}

#navigation {
	position: absolute;
	top: 106px;
	left: 35px;
	width: 760px;
	height: 55px;
}

#content {
position: absolute;
width: 450px; 
top: 180px;
left: 15px;
} 

#contentmain {
position: absolute;
width: 800px; 
top: 180px;
left: 15px;
} 

#contentmain2 {
	position: absolute;
	width: 380px;
	top: 180px;
	left: 15px;
	height: 198px;

} 

#womenface {
position: absolute;
width: 300px; 
top: 211px;
left: 488px;
} 

#formsend {
position: absolute;
width: 307px; 
top: 180px;
left: 430px;
} 

#logos {
position: absolute;
width: 300px; 
top: 435px;
left: 58px;
} 

#logos2 {
position: absolute;
width: 300px;
height: 75; 
top: 455px;
left: 233px;
} 

#footer {
position: absolute;
width: 828px; 
top: 530px;
left: 0px;
} 

#footer2 {
position: absolute;
width: 828px; 
top: 674px;
left: 0px;
} 

#footer3 {
position: absolute;
width: 828px; 
top: 1070px;
left: 0px;
} 

#footer4 {
position: absolute;
width: 828px; 
top: 550px;
left: 0px;
} 

a:link {color: #DD3636; text-decoration: none; }
a:active {color: #DD3636; text-decoration: none; }
a:visited {color: #DD3636; text-decoration: none; }
a:hover {color: #DD3636; text-decoration: underline; }
