* {
	margin:0;
	padding:0;
	}

body {
	 font-family: Trebuchet MS, Verdana, Arial;
	 font-size:12px;
	 color:#737373;
	 background:url('../images/bg.gif') repeat-y #e8e8e4;
}


#page {
	
	width:340px;	
	
	margin-left:118px;
	margin-top:40px;
	
	background:#fff;
	
	}
	
#navigation {
	
	width:340px;
	height:25px;
	
	background:#e8e8e4;
	
	list-style:none;
	
	}
	
#navigation li {
	
	float:left;
	margin-left:15px;
	line-height:25px;
	
	}
	
#navigation li a {
	
	display:block;
	text-decoration:none;
	color:#8d8d8d;
	font-size:11px;
	font-weight:normal;
	
	}
	
#navigation li a:hover {
	
	text-decoration:underline;
	
	}

h1 {
	
	margin-top:15px;
	margin-bottom:5px;
	
	font-size:13px;
	color:#a3be4c;
	
	}
	
p {
	font-size:11px;
	line-height:18px;
	margin-top:10px;
	}

a {
	font-weight:bold;
	color:#737373;
	}
	
a:hover {
	text-decoration:none;
	}
	
p.bottom {
	
	margin-top:30px;
	border-top: 5px solid #e8e8e4;
	
	color:#aaaaaa;
	font-size:10px;
	}
	
p.bottom a {
	
	text-decoration:none;
	color:#aaaaaa;
	
	}

p.alert {
	
	border-bottom:2px solid #aaaaaa;
	padding:4px;
	background:#e8e8e4;
	
	}

.small {
	font-size:10px;
	}	
	
img {
	border:none;
	}
