
/* CSS Document */

body {
	font: small "Courier New", Courier, monospace;
	text-align: justify;
	color: #a0a0a0;
} 


.center{
    width:805px;
	height: auto;
    margin:0 auto;
	background-image: url(../images/board.png);
	background-repeat: no-repeat;
	padding-left: 20px;
    padding-right: 0px;
}
.header{
	padding-top: 45px;
	height:70px;
	vertical-align: baseline;
}

.column{
font: small "Courier New", Courier, monospace;
color: #a0a0a0;
float:left;
height:390px;
}
#left{
	padding-top: 160px;
	padding-left: 10px;
	width:200px;
	height: 230px;
}

#content{
    color: #ffffff;
	width: 502px;
	background: #b8d5dc;
	padding-left: 15px;
	padding-right: 15px;
}
#content a:link {
color: #757474;
} 
#content a:visited {
	text-decoration: none;
	color: #666;
}
#content a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666;
}

#homecontent{
    color: #ffffff;
	width:525px;
	background: #b8d5dc;
}

.footer{
	clear: both;
	height: 100px;
	font: x-small "Courier New", Courier, monospace;
	text-transform: uppercase;
	line-height: 138%;
	color: #a0a0a0;
	padding-left: 250px;
}

a.footer:link {
color: #a0a0a0;
} 
a.footer:visited {
	text-decoration: none;
	color: #a0a0a0;
}
a.footer:hover {
	text-decoration: underline;
	color: #636363;
}


a:link {
	color: #a0a0a0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a0a0a0;
}
a:hover {
	text-decoration: underline;
	color: #99bdc6;
}
a:active {
	text-decoration: none;
	color: #a0a0a0;
}

h1 {
     font: x-large strong Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
}
h2 {
     font: 15px "Courier New", Courier, monospace;
}
