@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.gif);
	color:#dedede;
	width: 900px;
 	margin: 0px auto;
}
#header {
	background:url(images/top_design.gif) top no-repeat;
}
#header #nav{
	height:38px;
	background:url(images/nav_bg.gif) repeat-x;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	border-top: solid 5px #1b1c20;
	border-left: solid 5px #1b1c20;
	border-right: solid 5px #1b1c20;
}
#nav div {
	/*position:absolute;*/
	top:10px;
}
#nav div a, #nav div a:link{
	color:#dedede;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
}
#nav div a:hover{
	color:#fc4848;
}
a, a:link{
	color:#dedede;
}
a:hover{
	color:#fc4848;
}
#main, #footer {
	/*background:url(images/main_bg.png) center repeat-y;*/
	background-color:#2e2f33;
	padding:5px;
	border-left: solid 5px #1b1c20;
	border-right: solid 5px #1b1c20;
}
#footer {
	border-bottom: solid 5px #1b1c20;
	text-align:center;
	font-size:10px;
	height:108px;
}
.footer_corner_right{
	float:right;
	background:url(images/footer_corner_right.gif) no-repeat;
}
.footer_corner_left{
	float:left;
	background:url(images/footer_corner_left.gif) no-repeat;
}
.footer_corner_left,.footer_corner_right{
	width:108px;
	height:108px;
	vertical-align:bottom;
}
#extra_footer {
	text-align:center;
	font-size:10px;
	margin:15px;
}

h1{
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	margin-left:30px;
}
h2{
	background-color:#3a3b40;
	font-size:16px;
	padding:3px 10px;
}
h3{
	background-color:#2e2f33;
	font-size:14px;
	padding:3px 10px;
}
img.project, #flash.project{
	background:#444444;
	border:solid 1px #949494;
	padding:7px;
	background:url(images/swirly_bg_lite.gif);
}
a img{border:none}
a img.project:hover{background:#fc4848;}
li{
	font-style:italic;
	font-size:12px;
	list-style-image:url(images/red_bullet.gif);
}
div.box {
	background:#444444;
	border:dotted 1px #949494;
	padding:5px;
	margin-bottom:20px;
	font-size:12px;
	/*background:url(images/swirly_bg_lite.gif);*/
}
div.box.small {
	width:170px;
}
div.box.large {
	width:650px;
}
div.box.left{
	float:left; margin-left:10px;
}
div.box.right{
	float:right; margin-right:10px;
}
div.box hr{
	background:#444444;
}
input[type="text"], input[type="file"], textarea, select{
	background-color:#666666;
	border:solid 1px #949494;
	color:#dedede;
}
textarea{
	width: 143px;
}
a.red_btn {
	text-decoration:none;
	padding:3px;
}
input[type="submit"], a.red_btn, button{
	background:url(images/red_btn_bg.gif) repeat-x;
	font-weight:bold;
	border: solid 2px #1b1c20;
	color:#dedede;
}
input[type="submit"]:hover, a.red_btn:hover, button:hover{
	border-color:#dedede;
}
th{
	text-align:right;
}
hr {color:#2e2f33; background-color:#2e2f33; border: 1px dotted #dedede; border-style: none none dotted; margin:0px; }

.projects li {
	list-style:none;
	float:left;
	margin:5px;
}
.projects .project_title{
	background-color:#CCCCCC; color:#333333; padding:2px; text-align:center; font-weight:bold;
}
strong.list_heading{
	margin-left:10px;
}
ul.subheading{
	margin-top:2px;
}
