body{
		background-color: #000;
		background-image: URL('images/background.jpg');
		background-position: center middle;
		color: #000;
		font-family: verdana,arial,sans serif;
}

A:link{
		text-decoration: none;
		color: #036;
		font-weight: bold;
}

A:visited{
		text-decoration: none;
		color: #036;
		font-weight: bold;
}

A:active{
		text-decoration: underline;
		color: #369;
		font-weight: bold;
}

A:hover{
		text-decoration: underline;
		color: #369;
		font-weight: bold;
}

#header{
		margin: auto;
		text-align: center;
		padding: 10px;
}

#container{
		border: solid #036 10px; 
		background-color: #FFF;
		width: 780px;
		height: 510px;
		margin: auto;
}

#title{
		width: 540px;
		height: 75;
		text-align: left;
		padding: 10px;
		float: right;
}

#content{
		width: 540px;
		height: 370px;
		text-align: left;
		float: right;
		overflow: auto;
		padding: 10px;
}

#navimg{
		padding-top: 10px;
		width: 170px;
		text-align: center;
		float: left;
		font-size: xx-small;
}

#navigation{ 
		background-image: URL("images/navbg.png");
		background-position: right;
		background-repeat: repeat-y; 
		width: 180px;
		height: 490px;
		text-align: left;
		padding: 10px;
		padding-right: 20px;
		float: left;
} 

ul{
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		padding-left: 0px;
}

.red{
		font-weight: bold;
		color: #F00;		
		text-align: center;
}
.small{
		font-size: small;
}
.title{
		font-weight: bold;
		color: #369;
		text-decoration: underline;
}

.light{
		background-color: #69c;
}

.medium{
		background-color: #369;
		color: white;
}

.dark{
		background-color: #036;
		color: white;
}

table{
		text-align: center;
}

img{
		border: 0px;
}

#footer{
		background-image: URL("images/footerbg.jpg");
		height: 20px;
		width: 100%;
		margin: auto;
		font-weight: bold;
		font-size: small;
		text-align: center;
		margin-top: 490px;
}	

border{
	border: 0px;
}