/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body {
font: 85%/110% Verdana,sans-serif;
font-style: normal;
}

h1, {
margin: 5px 0;
font: 90%/90% Georgia, "Times New Roman", serif;
font-weight: bold;
}

#content h1, {
margin: 5px 0;
font: 90%/110% Georgia, "Times New Roman", serif;
font-weight: bold;
}

h2, h3 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
	line-height: 100%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

ul { margin-left: 10px; }
li {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 1.1em;
}
a {
text-decoration: underline;
font-weight: bold;
color: #0000FF;
}

a:hover {
text-decoration: underline;
}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
position: relative;
text-align: center;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#header {
	margin: 5px auto 0px;
	text-align: center;
	width: 900px;
	font-size: 1.4em;
}


/************* Menu *************/
#menu {
	margin:0px auto 0px;
	font: 100%/80% Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align:left;
	width: 900px;
	background: #FF0000;
}

#menuBottom {
	width: 100%;
	height: 3px;
	background-color: #000000;
}

#menu ul {
padding: 15px 0 7px;
}

#menu li {
display: inline;
margin: 0 10px; 
}

#menu a {
color: #eee;
font-size: 1.1em;
}

/************* Content *************/
.style1 {font-size: 150%}

#content {
	width: 900px;
	margin: 0 auto 20px;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content p {
letter-spacing: 0.05em;
}

#content blockquote { 
background-color: #efefef; 
margin: 15px 0; 
padding: 10px 10px;
border-top: 1px solid #cecece;
border-bottom: 1px solid #cecece;
}

#content blockquote p {
margin: 0;
text-indent: 0;
}

#main {
	width: 75%;
	float: right;
	text-align: left;
}

#main p {
	margin-top: 15px;
	padding-left: 10px;
}

#main ul {
margin: 5px 0 5px 20px;
}

#sub {
	margin-right: 1%;
	width: 24%;
	float: left;
	text-align: left;
}

#sub h2 {
margin-top: 15px;
font: 130% Georgia, "Times New Roman", serif;
}

#sub p {
padding: 0 5px;
text-indent: 10px;
}

#sub li{
padding-right: 5px;
}

#sub ul{
	padding-right: 5px;
	font: 95%/105% Verdana,sans-serif;
	font-style: normal;
	margin: 5px 0 5px 20px;
}


.post {
margin-top: 20px;
}

/************* Footer *************/
#footer {
	position: relative;
	clear: both;
	padding: 10px 0 5px;
	width: 100%;
	color: #EEE;
	background-color: #FF0000;
}

#footer p {
text-align: center;
}

#footer a {
color: #EEE;
}

#footer a:hover {
text-decoration: underline;
}
