/* RESET*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, font, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 0;
	font-family: helvetica, arial;
	letter-spacing: 1px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

h1 {
	text-decoration: none;
	font-size: 50px;
	color: #444444;
	text-shadow: 0 1px 2px #ffffff;
}    

h2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #877f63;
	line-height: 20px;
	text-shadow: 0 1px 2px #ffffff;
}

h3 {
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #877f63;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #6b961c;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #6b961c;
}
a img	{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	padding: 0px 5px 0px 5px;
}

a img:hover	{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	padding: 0px 5px 0px 5px;
}

img {
	border: none;
}

/*TWITTER*/

#twitter_div {
	width: 500px;
	margin: 125px auto;
}

#twitter_update_list {
	line-height: 20px;
	font-size: 16px;
	padding: 0 0 15px 0;
}

ul#twitter_update_list li { 
	padding: 20px 0 5px 0; 
	border-bottom: solid 1px #414141; 
}

/*MAIN STYLE*/

html {
	background: #daddc0;
}

#container {
	position: relative;
	height: 100%;
	width: 100%;
}

#title {
	position: relative;
	margin: 225px auto 0px auto;
	text-align: center;
}

#content {
	position: relative;
	margin: 50px auto 0px auto;
	width: 400px;
	background: #e2eaef;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	text-align: center;
	border: 15px solid #ffffff;
	box-shadow:inset 0 0 2px #666666, 0 0 2px #666666;
	-moz-box-shadow:inset 0 0 2px #666666, 0 0 2px #666666;
	-webkit-box-shadow:inset 0 0 2px #666666, 0 0 2px #666666;
}

#social {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 20px auto 10px auto; 
	height: 32px;
	width: 420px;
	text-align: center;
}

.rollover .std {
	display:inline;
	visibility:visible;
}

.rollover .hover {
	display:none;
	visibility:hidden;
}

.rollover:hover .std {
	display:none;
	visibility:hidden;
}

.rollover:hover .hover {
	display:inline;
	visibility:visible;
}


#header {
	overflow: hidden;
	margin: 0 0 10px 0;
}

#header img {
	float: left;
	margin: 21px 0 0 28px; 
}

#header ul#nav {
	float: right;
	margin: 60px 22px 0 0;
	font-size: 16px;
}

#nav li {
	display: inline;
	padding: 10px;
}

#nav li a {
	color: #ffffff;
}

#body {
	background: url(../images/divider.png) center top no-repeat;
	height: 535px;
	overflow: hidden;
}
