body {
	background-image:url(/imgs/design/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#E5E7E6;
	
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

div.top {
	width:780px;
	height:24px;
	
	margin:0px auto;
	padding:135px 0px 0px 70px;
	
	background-image:url(/imgs/design/top.jpg);
	background-repeat:no-repeat;
}
div.top a {
	font-family:'Trebuchet MS', Verdana, sans-serif;
	font-size:15px;
	color:white;
	text-decoration:none;
	margin-right:20px;
}
div.top a:hover {
	font-family:'Trebuchet MS', Verdana, sans-serif;
	font-size:15px;
	color:white;
	text-decoration:underline;
	margin-right:20px;
}

div.content {
	width:830px;
	min-height:300px;
	
	margin:0px auto;
	padding:10px;
	
	background-image:url(/imgs/design/content_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:white;
	
	font-family:Verdana;
	font-size:11px;
}

td.menu {
	width:175px;
	padding-right:25px;
}
td.menu a {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:black;
	text-decoration:none;
	display:block;
	margin-top:3px;
}
td.menu a:hover {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:black;
	text-decoration:underline;
	display:block;
	margin-top:3px;
}

h2 {
	margin-bottom:0px;
}
p {
	margin-top:0px;
}
a {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}

img {
	border:0px;
}

div.innerContent {
	border:2px solid #1C130A;
	background-color:#777777;
	padding:10px;
	color:white;
}

td.tagTitle {
	background-color:#777777;
	padding:4px;
	color:white;
	font-family:Verdana;
	font-size:12px;
}
td.tagTitle a {
	color:white;
}
