html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}


body{
	background: #ecebe1 url(bg.jpg) repeat-y 50% 0;
	color:#333;
	margin:30px 0px 0px 0px; 
	padding:0px;
	text-align:center;
	}

a { 
	color: #c33; 
	font-weight:bold;
	text-decoration:none;
	} 

a:link,
a:visited { 
	color: #c33; 
	font-weight:bold;
	text-decoration:none;
	} 

a:active,
a:hover { 
	color: #c33;  
	font-weight:bold;
	text-decoration:underline;
	} 

#container {
	width:680px;
	margin:0px auto; 
	overflow: hidden;
	padding:0px;
	}

#navbar {
	width:680px;
	height:54px;
	margin:0px auto;
	overflow: hidden;
	vertical-align:bottom;
	text-align:left;
	padding:0px;
	}

#navleft {
	width:180px;
	height:54px;
	float:left;
	margin:0px auto;
	overflow: hidden;
	vertical-align:bottom;
	text-align:left;
	padding:0px;
	}

#navright {
	width:470px;
	height:54px;
	float:right;
	margin:0px auto;
	overflow: hidden;
	vertical-align:bottom;
	text-align:left;
	padding:0px;
	}

#top {
	width:680px;
	margin:0px auto; 
	background:#fff;
	overflow: hidden;
	padding:2px 0px 20px 0px;
	}

#sidebar {
	width:180px;
	float:left;
	margin:0px;
	padding:16px 0px 0px 0px;
	color: #333;
	}

#indexcontent {
	width:470px;
	float:right;
	margin:0px;
	padding:0px;
	color: #333;
	background:#fff;
	}

#bottom {
	width:680px;
	float:right;
	margin:0px;
	padding:0px;
	color: #333;
	background:#fff;
	}

.navtext {
	font-family:georgia, times new roman, serif;
	text-align:right;
	color:#bbb;
	font-size:11px;
	line-height:89px;
	vertical-align: text-bottom; 
	font-weight:bold;
	}

.dark {
	color:#c33;
	}

.navtext a, .navtext a:link, .navtext a:visited { 
	color: #bbb; 
	text-decoration:none;
	text-align:right;
	} 

.navtext a:active, .navtext a:hover { 
	color: #c33;  
	text-decoration:none;
	} 

.text {
	font-family:georgia, times new roman, serif;
	text-align:left;
	color:#333;
	padding: 0px;
	font-size:13px;
	line-height:19px;
	vertical-align: text-top; 			
	}

.text p {
	padding: 10px 0px 0px 0px;
	}

.sidebartext {
	background: #fff;
	font-family:arial,helvetica,sans-serif;
	text-align:left;
	color:#333;
	padding: 0px 0px 35px 1px;
	font-size:11px;
	line-height:16px;
	vertical-align: text-top; 			
	}


.sidebartext p {
	padding: 8px 0px 0px 0px;
	}

.bottomfeeder {
	font-family:georgia, times new roman, serif;
	text-align:center;
	color:#bbb;
	padding: 40px 0px 10px 0px;
	margin:0px;
	font-size:11px;
	line-height:22px;
	vertical-align: text-top; 
	font-weight:bold;
	text-transform:uppercase;
	}

.title {
	font-family:georgia, times new roman, serif;
	text-align:center;
	color:#333;
	padding: 16px 0px 0px 0px;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	vertical-align: text-bottom; 
	text-transform:uppercase;
	}

.subtitle {
	font-family:georgia, times new roman, serif;
	text-align:left;
	color:#333;
	padding: 32px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	vertical-align: text-bottom; 
	text-transform:uppercase;
	}

.subtitle1 {
	font-family:georgia, times new roman, serif;
	text-align:left;
	color:#333;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	vertical-align: text-bottom; 
	text-transform:uppercase;
	}

.sidebartitle {
	font-family:arial,helvetica,sans-serif;
	text-align:left;
	color:#c33;
	padding: 0px 0px 5px 0px;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	vertical-align: text-bottom; 
	text-transform:uppercase;
	test-decoration:double underline;
	}
