html
{
     overflow: -moz-scrollbars-vertical;
}

body
{
	font-size:62.5%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

p, ul, ol, dl, blockquote 
{ 
	margin-bottom: 1em; 
}

a:link, a:visited, a:hover
{
	color:#ee164f;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#ffd456;
	text-decoration:underline;
}

#site_container
{
	font-size:1.2em;
	width:690px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size:1.83em;
	margin-bottom:0.545em;
}

h2
{
	font-size:1.66em;
	margin-bottom:0.6em;
}

h3
{
	font-size: 1.5em;
	margin-bottom: 0.667em;
}

h4
{
	font-size: 1.33em;
	margin-bottom: 0.75em;
	color:#ee164f;
}

#header
{
	position:relative;
	width:650px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0.6em;
}

#logo
{
	position:relative;
	width:258px;
	height:150px;
	float:left;
}

#header_text
{
	position:relative;
	top:40px;
	width:330px;
	height:100px;
	float:right;
	text-align:center;
}

#menu_row
{
	position:relative;
	width:650px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}

a.menu_item_home_on:link, a.menu_item_home_on:visited, a.menu_item_home_on:hover, 
a.menu_item_home_off:link, a.menu_item_home_off:visited, a.menu_item_home_off:hover
{
	position:relative;
	float:left;
	width:120px;
	height:1.5em;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

.menu_item_home_on
{
	background-color:#ffd456;
}	

.menu_item_home_off
{
	background-color:#ee164f;
}

#main_content
{
	position:relative;
	width:650px;
	min-height:400px;
	margin-left:auto;
	margin-right:auto;
	top:20px;
}

#main_content_left
{
	position:relative;
	width:440px;
	min-height:400px;
	float:left;
	border-right:1px solid #000000;
	padding-right:20px;
}

#main_content_right
{
	position:relative;
	width:170px;
	min-height:400px;
	float:right;
}

.main_content_double_side
{
	position:relative;
	width:440px;
	min-height:200px;
	float:left;
}

.main_content_double_left, .main_content_double_right
{
	position:relative;
	float:left;
	min-height:150px;
	width:135px;
}

.main_content_double_right
{
	float:right;
	width:260px;
}

.clear
{
	clear:both;
	overflow:hidden;
	height:1px;
	width:100%;
}

#footer
{
	position:relative;
	height:20px;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	top:40px;
	left:0px;
	margin-bottom:20px;
}

#footer_left
{
	position:relative;
	height:20px;
	float:left;
	width:400px;
}

#footer_right
{
	position:relative;
	height:20px;
	float:right;
	width:200px;
	text-align:right;
}

#footer_left ul, #menu_row ul
{
	text-align:left;
	list-style:none;
	margin:0px 0 0px 0;
	padding:0;
}

#footer_left ul li, #menu_row ul li
{
	text-align:center;
	display:inline;
}

#footer_left ul li
{
	padding:0 4px 6px 0 ;
}

#footer_left ul li.delicious
{
	background:url("../images/delicious_logo.gif") no-repeat 0 0;
}

#footer_left ul li.digg
{
	background:url("../images/digg_logo.gif") no-repeat 0 0;
}

#footer_left ul li.reddit
{
	padding:0 0 0 2px;
	background:url("../images/reddit_logo.gif") no-repeat 0 0;
}
#footer_left ul li.facebook
{
	background:url("../images/facebook_logo.gif") no-repeat 0 0;
}

#footer_left ul li.stumbleupon
{
	background:url("../images/stumbleupon_logo.gif") no-repeat 0 0;
}

#footer_left ul li a
{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
}

.before_and_after
{
	position:relative;
	width:440px;
	min-height:150px;
	top:0px;
	left:0px;
	padding-top:20px;
	border-bottom:1px solid #000000;
	text-align:center;
}

.before, .after
{
	position:relative;
	float:left;
	min-height:150px;
	width:200px;
}

.after
{
	float:right;
}

.clear
{
	clear:both;
	overflow: hidden;
	height: 0px;
	width: 100%;
}

.img_before_and_after
{
	margin-bottom:20px;
}

.test_box
{
	position:relative;
	margin-bottom:20px;
}