body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	background-color:#cccccc;
}

div.container {
text-align:left;
width:750px;
height:100%;
padding:10px;
border:1px solid #333333;
background-color:white;
}


a:link {
color: #333333;
text-decoration:none;
}

a:visited {
color: #333333;
text-decoration:none;
}

a:active {
color: #333333;
text-decoration:none;
}

a:hover{
color: black;
border-bottom: 1px dashed #999999;
}

ul.navigation{
list-style-type:none;
margin-left:0px;
padding-right:10px;
border-right: 1px dashed #cccccc;
width:28%;
text-align:center;
}

ul.navigation li {
height:15px;
margin-top:1px;

}

ul.navigation li a:hover {
height:30px;
text-align:center;
border:1px solid #ff3300;
margin-top:1px;
padding:3px;


}

div.image{
float:right;
border:1px dashed #cccccc;
width:500px;;
height:137px;
margin-right:10px;
background-color:#ff9900;

}

marquee{
width:70%;
font-size:12px;
color: #cccccc;
}

h1 {
font-size:20px;
}
h2 {
font-size:13px;
border-bottom:1px dashed #cccccc; 
padding-bottom:5px;
}