html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: inherit;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th {
	text-align: center;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/*Rest CSS*/


body{
	background: url(../images/bg.jpg);
	margin:0px auto;
	
}
	
#wrapper{
	margin:0px auto;
}


#header{
	height:180px;
	padding-top:13px;
	background:url(../images/nav.png) no-repeat;
	text-align:center;
	vertical-align:middle;
	font-family: 'Lobster', sans-serif;
}
	

#contents{
	width:1000px;
	text-align:center;
	margin:auto;
	font-family:sans-serif;
	color: #4b201a;
	text-color: #4b201a;
}

#footer{
	height:200px;
	padding-top:40px;
	background:url(../images/footer.png) no-repeat;
	text-align:center;
	vertical-align:middle;
	font-family: sans-serif;
	font-size:10px;
	color: #5f1f11;
	
}
	
	
	
a:link {
	color: #5f1f11;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5f1f11;
}
a:hover {
	text-decoration: none;
	color: #4d4d4f;
}
a:active {
	text-decoration: none;
	color: #5f1f11;
}


p{
	color: #5f1f11;
	text-align:left;
	font-size:12px;
}

p1{
	color: #5f1f11;
	text-align:center;
	font-size:12px;
}

.table{
	text-align:left;
	font-size:12px;
	padding:20px;
	font-family: sans-serif;
	line-height:20px;
}

.table1{
	text-align:left;
	font-size:10px;
	padding:1px 10px;
	font-family: sans-serif;
	line-height:16px;
	vertical-align:text-top;
}

.table2{
	color: #5f1f11;
	text-align:left;
	font-size:11px;
	padding:10px;
	font-family: sans-serif;
	line-height:14px;
	vertical-align:text-top;
}

.table3{
	color: #5f1f11;
	text-align:left;
	font-size:12px;
	padding:10px;
	font-family: sans-serif;
	line-height:16px;
	vertical-align:text-top;
}

.table4{
	color: #5f1f11;
	text-align:Right;
	font-size:14px;
	padding:10px;
	font-family: sans-serif;
	line-height:16px;
	width:370px;
}

.table5{
	text-align:left;
	font-size:11.5px;
	padding:20px;
	font-family: sans-serif;
	line-height:18px;
	vertical-align:text-top;
}

h{
	text-align:center;
	vertical-align:middle;
	font-family: 'Lobster', sans-serif;
	color: #5f1f11;
	font-size:22px;
}

h1{
	color: #5f1f11;
	font-size:10px;
	font-weight:bold;
	border-bottom:1px solid #5f1f11;
}

h2{
	text-align:left;
	vertical-align:middle;
	font-family: 'Lobster', sans-serif;
	color: #f0e9dc;
	font-size:22px;
}

h3{
	color: #5f1f11;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #5f1f11;
}
