/*first for oswd/owd*/

body:{

margin-top: 0px;

padding: 0px;

text-align: center;}



p{

color: #636363;

font-family: sans-serif;

font-size: .8em;

}



h1{
	font-family: sans-serif;
	font-size: 1.3em;
}



h2{
	color: #000;
	font-family: sans-serif;
	font-size: 1.2em;

}



h3{
	color: #903;
	font-family: sans-serif;
	font-size: 1.1em;
	border-top: 2px #903 solid;
	padding-top: 10px;
}



a {
	color: #906;
	text-decoration: none;
}



a:hover {
	color: #000;
	font-style: normal;
	background-color: #f2f2f2;
}



a:active {
	color: #000;
	font-style: normal;
}



#container{

margin: 0 auto;

width: 750px;

}





#header{
	width: 500px;
	border-bottom: 5px #906 solid;
	margin-top: 0px;
	padding-left: 0px;
}



#header p{

padding-bottom: 10px;}



#content{

width: 500px;

float: left;

padding-right: 10px;

padding-left: 10px;

text-align: justify;

}



#rightbar{

width: 200px;

padding-left: 10px;

padding-right: 10px;

padding-top: 10px;

padding-bottom: 8px;

float: right;

border: 1px #b0b0b0 solid;

text-align: justify;

}



#rightbar h3{

color: #6665fe;}



#smallbox{
	height: 200px;
	width: 200px;
	border: 1px #3e3e3e solid;
}



#smallbox p {

padding: 10px;}





#footer{



text-align: center;

background-color: #c5c5c5;

margin-top: 40px;

padding-top: 10px;

padding-bottom: 10px;

}



#footer p{

font-family: monospace;

font-size: .7em;}



#nav {

list-style: none;

}



#nav a {
	font: 14px/30px sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 30px;
	background-color: #999;
	margin-top: 1px;
	margin-left: -40px;
	padding-left: 10px;
}





* html #nav a {

width: 190px;

}



#nav a:hover {
	background-color: #903;
}



#current a{
	background-color: #999;
	text-transform: capitalize;
	text-decoration: underline;
}
