/* Style Sheet for David Radtke.com */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #AF7582;
	text-align: center;
}

html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul, ol, dl {
	position: relative;
	margin: 0;
	padding: 0;
}/* Fixes IE6 border bug*/


#pagebox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: #FFFFFF;	
	width: 861px;
	border: 1px solid #000000;
	background-image: url(images/content-back.gif);
	background-repeat: repeat-y;
}

#logo {
	width: 861px;
	height: 75px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-color: #8F0223;
}

#header1 {
	width: 861px;
	height: 250px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
}

#header2 {
	width: 861px;
	height: 250px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}

#header3 {
	width: 861px;
	height: 250px;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
}

#header4 {
	width: 861px;
	height: 250px;
	background-image: url(images/header4.jpg);
	background-repeat: no-repeat;
}

#header5 {
	width: 861px;
	height: 250px;
	background-image: url(images/header5.jpg);
	background-repeat: no-repeat;
}

#header6 {
	width: 861px;
	height: 250px;
	background-image: url(images/header6.jpg);
	background-repeat: no-repeat;
}

#navi {
	position: relative;
	float: right;
	margin: 52px 0 0 0;
	padding: 0;
}

#navi ul {
	list-style: none;
	margin-right: 10px;
	padding: 0;
}

#navi ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navi ul li a:link, #navi ul li a:visited {
	/*color: #999999;*/
	color: #FFFFFF;
	padding-top: 2px;
	margin: 0 0 0 28px;
	font-size: 85%;
	text-decoration: none;
	font-weight: normal;
}

#navi ul li a:hover, #navi ul li a:active {
	color: #FFFFFF;
	padding-top: 2px;
	margin: 0 0 0 28px;
	font-size: 85%;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px dotted #FFFFFF;
}

#navi #currentpage {
	padding: 0;
	margin: 0 0 0 28px;
	color: #FFFF00;
	font-size: 85%;
	text-decoration: none;
}


#content {
	position: relative;
	float: left;
	display: inline;
	text-align: justify;
	width: 861px;
	padding-bottom: 35px;
}

#content ul {
	padding: 0px 14px 10px 25px;
	text-align: left;
	/*list-style: none;*/
}

#content li {
	line-height: 120%;
	font-size: 95%;
	font-weight: normal;
	padding-bottom: 20px;
	color: #990000;
}

#mainleft {
	position: relative;
	float: left;
	width: 500px;
	padding: 0 0 0 60px;
}

#mainright {
	position: relative;
	float: right;
	width: 228px;
	padding: 0 17px 0 0;
	text-align: right;
	background-image: url(images/right-back.jpg);
	background-repeat: repeat-x;	
}

#folioimages {
	margin: 0 0 90px 0;
	float: right;
}

#folioimages a:link img, #folioimages a:visited img {
	border: 2px solid #666666;
	padding: 2px;
	margin: 3px;
	line-height: 0px;
}

#folioimages a:hover img, #folioimages a:active img {
	border: 2px solid #990000;
	padding: 2px;
	margin: 3px;
	line-height: 0px;
}

#bottom {
	padding-bottom: 29px;
}

#bottom ul {
	list-style: none;
	padding-top: 10px;
	padding-right: 9px;
	text-align: center;
}
		
#bottom ul li {
	display: inline;
	padding: 0 0 0 28px;
	font-size: 80%;	
	font-style: normal;
	font-weight: normal;
}
			
#bottom ul li a:link, #bottom ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
				
#bottom ul li a:hover, #bottom ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	font-style: normal;
	font-weight: normal;
}

#footer {
	position: relative;
	clear: both;
	width: 861px;
	height: 44px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.rightalign {
	position: relative;
	float: right;
}

.centeralign {
	text-align: center;
}

.green {
	color: #00FF66;
}

h1 {
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 25px 0;
}

h2 {
	display: block;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px -13px;
	padding: 5px 0 0 13px;
	line-height: 140%;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
} 

h3 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0 0 12px 0;
}

p {
	color: #000000;
	font-size: 95%;
	font-weight: normal;
	line-height: 140%;
	margin: 0 0 20px 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #990000;
}

a:hover, a:active {
	text-decoration: none;
	color: #0033FF;
}

address {
	color: #333;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 5px;
	padding: 0;
}