/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	align: center;
	padding: 0px;
	border:0;
	width: 970px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 0px 0;
	
	background-repeat: no-repeat;
	height: 50px;
	background: url(images/dot.png) bottom left repeat-x;

}

#side-a {
	float: left;
	background:url(images/decabg.png); 
	background-repeat: no-repeat;
	width: 470px;
	height: 428px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 500px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#side-1 { 
	margin: 0;
	float: left;
	background:url(images/simtestprep.png); 
	background-repeat: no-repeat;
	width: 500px;
	height: 214px;
	}
#side-2 { 
	margin: 0;
	float: left;
	background:url(images/simonline.png); 
	background-repeat: no-repeat;
	width: 500px;
	height: 214px;
	}
#contactform { 
	margin: 0;
	float: left;
	width: 500px;
	height: 214px;
	}

#footer {
	clear: both;	
	height: 50px;
}
#login {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 15px;
	}
#title {
	float:left;
	background:url(images/title.png); 
	background-repeat: no-repeat;
	width:110px;
	height:50px;
	cursor: pointer;
	}

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

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
	
}
.body A:link {color: #0099CC; text-decoration: underline;}
.body A:visited {text-decoration: underline; color:#0099CC;}
.body A:hover {text-decoration: underline; color:#FF0000;}
.body A:active {color: #0099CC; text-decoration: underline;}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099CC;
	 font-weight: bold;
	}
.testprep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 155px;
	line-height: 1.5em;
	text-decoration: none;
	
}
.testprep a:link {color: #fff; text-decoration: none;}
.testprep a:visited {color: #fff; text-decoration: none; }
.testprep a:hover {text-decoration: none; color:#fff;}
.testprep a:active {color: #fff; text-decoration: none;}

address {
  	background: url(images/dot.png) bottom left repeat-x;}
	
.copyright  {font-size : x-small;
	font-family :  Arial, Helvetica, sans-serif;
	  	
	color : #000; 
	padding-right : 5px;
	padding-bottom : 5px;
	padding-top : 0px;}
.copyright A:link {color: #000; text-decoration: underline;}
.copyright A:visited {text-decoration: underline; color:#000;}
.copyright A:hover {text-decoration: underline; color:#FF0000;}
.copyright A:active {color: #000; text-decoration: underline;}