
body {
	margin: 0;
	padding: 0;
	background: #003 url(elements/img01.jpg) repeat-x left top;
	font-size: 13px;
	text-align: justify;
	color: #000;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 125%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #413C20;
}

a:hover {
}

hr {
	display: none;
}

/* Header */

#header {
	width: 800px;
	height: 270px;
	margin: 0 auto;
	background: url(elements/img04.jpg) no-repeat left top;
}

#header h1, #header p {
	float: right;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	color: #999;
	font-size: 15px;
	text-align: right;
	padding: 75px 0 0 	0;
}

#header p {
	font-size: 16px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 490px;
	margin-top: -38px;
	margin-bottom: 30px;
	padding: 30px 20px;
	background: #fff;
	border: 8px solid #900;
	min-height: 550px;
}

.post {
	padding: 0px 0px 0 0px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 30px;
	background: url(elements/img05.jpg) no-repeat 0px 2px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
}

.title a {
	text-decoration: none;
	color: #3B3513;
}


.byline {
	margin: -10px 0px 0px 0px;
	padding-left: 33px;
	color: #646464;
}
.entry {
	padding-bottom: 20px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	margin-left: 15px;
	padding-top: 25px;
	color: #ffffff;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 21px 20px 10px;
}

#sidebar li li {
	border-bottom: 1px dotted #009;
	padding: 5px 0px;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	padding: 8px 0px 10px 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar h2 a {
	background: url(images/img03.gif) no-repeat left 50%;
}

#sidebar a {
	text-decoration: none;
	color: #CCC;
}

#sidebar a:hover {
	text-decoration: none;
	color: #06F
}

#contactus {
	border-style: double;
	border-color: #900;
	margin-left: 10px;
	padding: 10px;
	width: 180px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(elements/img02.jpg) repeat-x left top;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#footer p {
	margin: 0;
	padding: 20px 0px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

.style1 {
	font-size: 16px;
	color: #006;
	font-weight: bold;
	font-style: italic;
	padding: 0 20px 0 20px;
}
#prelim {
	padding: 5px 30px 5px 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	margin-top: 10px;

}
#prelim h3 {
	font-size: 16px;
	color: #900;
	font-weight: bold;
}

