/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset, fieldset legend,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
li { margin-left: 25px; }
fieldset,img { border: none; }
img { outline: none; }
a { outline: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; width: 100%; }

.left{
	float: left;
}
.right{
	float: right;
}

.bold{
	font-weight: bold;
}

/* end reset */

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}
p{
	padding-bottom: 8px;
}
h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #00A0C6;
}
a{
	color: #5f5f5f;
	text-decoration: underline;
	outline: none;
}
a:hover{
	text-decoration: none;
}

#flash-bg{
	position: absolute;
	top:0px;
	left:0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#scroll-container{
	width: 100%;
	height: 100%;
	overflow: auto;
}
#content{
	width: 910px; /* plus padding */
/* 	height: 240px; */
	padding: 25px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	position: relative;
	top: 30px;
	z-index: 1;
}
#widgets{
	width: 960px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 45px;
	z-index: 1;
}
#logo{
	position: relative;
	top: 15px;
	left: 0px;
	z-index: 10;
}
#twitter{
	width: 400px;
	height: 210px;
	position: absolute;
	right: 0px;
	background: white;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#follow{
	position: absolute;
	left: 412px;
	width: 136px;
	text-align: center;
	padding-top: 15px;
}
#follow img{
	padding-left: 4px; padding-right: 4px; padding-top: 4px; padding-bottom: 4px;
}
#blog{
	width: 360px; /* plus padding */
	height: 190px;
	padding: 10px 20px;
	background: white;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	position: absolute;
	left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contact{
	width: 440px;
	height: 40px;
	font-size: 9px;
	border-right: 1px solid #5f5f5f;
	padding-top: 4px;
	margin-right: 10px;
	float: right;
	position: relative;
	top: 75px;
	z-index: 2;
	text-align: right;
}

#contact p{ float: right; padding-left: 10px; padding-right: 10px; }