/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 731px;
}
#header {
	width: 721px;
	color: #333;
	height: 87px;
	background-image: url(images/ustbg.gif);
	padding-left: 5px;
	padding-right: 5px;
}
#ust_1 {
	text-decoration: none;
	float: right;
}

#content {
	width: 714px;
	color: #333;
	background: #F2F2E6;
	margin: 0px 0px 0px 0px;
	height: auto;
	background-image: url(images/ortabg.gif);
	padding-left: 10px;
	padding-right: 7px;
}
#footer {
	width: 731px;
	color: #333;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.speciallink {
font-family: verdana, arial, helvetica, sans-serif;
color: #000000;
}

.speciallink A:link {
color: #0099FF;
text-decoration: none;
}

.speciallink A:visited {
color: #9933FF;
text-decoration: none;
}

.speciallink A:hover {
color: #CC0000;
text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#sol {
	background-color: #0A706D;
}

