/* CSS Document for straightage.com; Author: gingebaker */

html {
width:100%;
height:100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
}

body {
	background-color: #000000;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


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


/************* CONTAINER DEFINITIONS ******************/

div {
position:relative;
margin:0px;
padding:0px;
border:0px;
}

#topborder {
width:900px;
height:10px;
margin:auto;
background-image:url(../layout/topborder.jpg);
background-repeat:no-repeat;
}


#centeringcontainer {
width:700px;
height:auto;
margin:auto;
padding:0px 99px 0px 96px;
background-image:url(../layout/centercontainer_background.jpg);
background-repeat:repeat-y;
}

#topcontent {
position:absolute;
width:705px;
height:120px;
text-align:center;
top:50%;
left:50%;
margin-left:-352px;
margin-top:-60px;
}
#topcontent .leftimage {
margin-left:5px;
margin-right:25px;
}
#topcontent .middleimage {
margin-left:10px;
margin-right:10px;
}
#topcontent .rightimage {
margin-left:25px;
margin-right:5px;
}


#menucontent {
width:705px;
height:48px;
background-image:url(../layout/menuback.jpg);
background-repeat:no-repeat;
text-align:center;
line-height:48px;
}

#menucontent a {
	margin-right:30px;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
}
#menucontent a:link {
	color:#6A6965;
	text-decoration: none;
}
#menucontent a:visited {
	text-decoration: none;
	color:#6A6965;
}
#menucontent a:hover {
	text-decoration:none;
	color: #9FA187;
}
#menucontent a:active {
	text-decoration: none;
	color:#6A6965;
}



#maincontainer {
width:685px;
height:auto;
min-height:470px;
margin:15px 10px 5px 10px;
background-image:url(../layout/sa_background.jpg);
background-position:center;
background-repeat:no-repeat;
}


#bottomborder {
width:900px;
height:14px;
margin:auto;
background-image:url(../layout/bottomborder.jpg);
background-repeat:no-repeat;
}

