/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	background: #3c3c3c;
	color: #545454;
	padding: 12px 0 25px 0;
	}

body, select, input, textarea {
	font: 75% Arial, Sans-Serif;
	}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

img, a:link img, a:visited img {
	border:0
	}
	
/* Tables */

.border {
	width:100%;
	height:100%;
	}
	
.layout {
	width:930px;
	height:677px;
	background:url(images/background.gif);
	}
	
.navi {
	width:310px;
	}
	
.content {
	width:620px;
	}



/* Footer */

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:10px;
	padding-top:5px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}