@charset "utf-8";
/* CSS Document Targa*/
body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../backgrounds/25grey.gif);
	background-attachment:fixed;
}
body img {
display:block;
margin-left:auto;
margin-right:auto;
}
#container {
/*background-color:#00CCFF;*/
width:800px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
/*background-image:url(../images/dave%20p-800w.jpg);*/
background-repeat:no-repeat;
background-position:center;
}
#header {
/*background-color:#FFFFFF;*/
height:80px;
text-align:center;
}
#header h1 {
color:#0066FF;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-shadow:3px 3px #666666;
}
#leftmenu {
/*background-color:#009966;*/
height:auto;
width:150px;
float:left;
text-align:center;
}
#leftmenu img {
padding-top:8px;
}
#leftmenu h3 {
color:#000099;
}
#leftmenu p {
color:#FF3333;
font:"Courier New", Courier, monospace;
}
#leftmenu a {
text-decoration:none;
}

/* unvisited link */
#leftmenu a:link {
    color: blue;
}

/* visited link */
#leftmenu a:visited {
    color: green;
}

/* mouse over link */
#leftmenu a:hover {
    color: red;
}

/* selected link */
#leftmenu a:active {
    color: yellow;
} 
#bodymain {
/*background-color:#990066;*/
height:auto;
width:650px;
float:right;
}
#bodymain p {
	text-align:justify;
	color:#0000FF;
	font:"Courier New", Courier, monospace;
	padding-left:20px;
	padding-right:20px;
}
#footer {
	height:auto;
/*	background-color:#CCCC33;*/
	clear:both;
	text-align:center
}
