body 
{
    padding: 0;
	margin: 0;
    background: #000;
    font-family:"trebuchet ms";
	font-size:small;
}
#container{
    margin: 0 auto;
    background: rgb(255, 102, 0);
    width: 800px;
    height: auto;
    position: relative;
}
#logo
{
    top:2px;
    width: 293px;
    height: 54px;
    position: absolute;
    left: 420px;
    
    }
#logo img
{
    width: 293px;
    height: 54px;
    background: transparent url(/images/logo6.png) no-repeat;
    border: 0;
    }
/* IE-win CSS hack \*/
* html #logo img 
{
width: 293px;
height: 54px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo6.png',sizingMethod='image');
background-image: none;
border: none 0px;
}
/* End IE-win */
div#menu
{
    color: #fff;
	
	padding: 0;
	margin: 0;
	z-index: 10;
	font-size: 85%;
	font-weight: bold;
	width: 100%;
	}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-left: 10px;width:650px}
ul#nav li{float:left;margin-right: 3px;text-align: center}
ul#nav a{float:left;width: 80px;padding: 5px 0;background: #EB5E00;text-decoration:none;color: #fff}
ul#nav a:hover{background: #CB5100;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}

.separator{clear:both;height:30px;}
.dottedseparator
{
    background: url(/images/dotted_line.gif) top left repeat-x;
    height:5px;
    width: 80%;
    }
#center 
{
    width: 500px;
    background-color: #fff;
    text-align: left;
    margin-left:20px;
    padding: 10px 10px 10px 10px;
}
#right
{
    background-color: #333333;
    color: #fff;
    width: 200px;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    }

#projects
{
    background: url(/images/dotted_line.gif) top left repeat-x;
	margin-top: 13px;
    padding-left: 10px;
    text-align: left;
    
}
#footer
{
    margin-top: 13px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    z-index: 100;
    position: relative;
}
#comments
{
    background : url(/images/dotted_line.gif) top left repeat-x;
	margin-top: 13px;
	width: 100%;
	position: relative;
		
    }
#addcomments
{
    background : url(/images/dotted_line.gif) top left repeat-x;
	margin-top: 13px;
	width: 100%;
	position: relative;
		
    }
.entryeven
{
    padding: 5px 10px 5px 10px;
    }
.entryodd
{
    padding: 5px 10px 5px 10px;
    background-color: #cccccc;
    border: solid 1px #000;
}
h1
{
    margin-top: 3px;
    font-size: 200%;
    margin-bottom: 3px;
}
h2
{
    margin-top: 3px;
    font-size: 150%;
    margin-bottom: 3px;
    }
h3
{
    margin-top: 3px;
    font-size: 120%;
    margin-bottom: 3px;
    }
h4 
{
    margin-top: 3px;
    font-size: 75%;
    margin-bottom: 3px;
}
a, a:link, a:visited {
	color: #588DA2;
	text-decoration: none;
	padding: 1px 2px;
}

a:hover {
	color: #000;
	padding: 1px 2px;
}
A.dark:link,A.dark:visited {
color: #fff;
text-decoration: none;
}

A.dark:hover {
color: #000;
text-decoration: none;
}
A.medium:link,A.medium:visited {
color: #588DA2;
text-decoration: none;
}

A.medium:hover {
color: #E0EFF0;
text-decoration: none;
}
textarea {
	font-family: "Tahoma", Verdana, Arial, Georgia, sans-serif;
}

input, select, textarea {
	font-size: 85%;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
	background: #fff url(/images/fieldbg.gif) repeat-x top;
	padding: 1px;
}

input[type="text"] {
	min-width: 100px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
}

select option {
	padding-right: 5px;
}

