html, body{
	min-height:100%;
	width:100%;
	height:100%;
	}

html>body, html>body #wrapperOutside{
	height:auto;
	}

body{
	margin:auto;
	padding:0;
	color:#fff;
	font-family:arial;
	font-size:10px;
	text-align:center;
	background:url(../_img/bg.jpg) #000 no-repeat top center;
	}

a{color:#999;text-decoration:none;}
a:hover{color:#FFF;}
	
#wrapperInside{
	width:900px;
	margin:auto;
	text-align:left;
	min-height:100%; 
	height:100%;
	background:url(../_img/bg.jpg) #000 no-repeat top center;
	}

#wrapperOutside{
	position:absolute;
	top:0;
	left:0;
	min-height:100%; 
	height:100%;
	width:100%;
	text-align:center;
	}

#footer{
	margin:15px 0 15px 0;
	}
	
#navigation{
	height:80px;
	}
	
#navigation ul{
	padding:0;
	margin:0;
	list-style:none;
	}

#navigation li{
	padding:0;
	margin:0;
	display:inline;
	list-style-type:none;
	}

	
#left{
	width:670px;
	float:left;
	clear:none;
	}

#right{
	width:220px;
	float:right;
	clear:none;
	}
	
#right .box{
	margin:0 0 10px 0;
	}
	
#right .box h2{
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:bold;
	}
	
#right .box .body{
	display:block;
	width:220px;
	background:url(../_img/box_right_bg.png) repeat-y;
	padding:0 10px 0 10px;
	margin:0;
	}

#right .box .top{
	width:220px;
	height:10px;
	background:url(../_img/box_right_top.png) no-repeat;
	}

#right .box .bottom{
	width:220px;
	height:10px;
	background:url(../_img/box_right_bottom.png) no-repeat;
	}
	
#right .box ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
ul.downloads li{
	padding:10px 0 0 15px;
	margin:0;
	list-style-type:none;
	}
	
ul.downloads a{
	background:url(../_img/bullet_downloads.gif) no-repeat;
	padding:0 0 0 20px;
	text-decoration:none;
	}
	
ul.twitter li{
	padding:10px 0 0 15px;
	margin:0;
	list-style-type:none;
	}
	
ul.twitter a{
	background:url(../_img/bullet_twitter.gif) no-repeat;
	padding:0 0 0 20px;
	text-decoration:none;
	}
	
ul.blogroll li{
	padding:10px 0 0 15px;
	margin:0;
	list-style-type:none;
	}
	
ul.blogroll a{
	background:url(../_img/bullet_blogroll.gif) no-repeat;
	padding:0 0 0 20px;
	text-decoration:none;
	}
	
#left .content{
	border:1px solid #333;
	padding:15px;
	background:url(../_img/bg_content.jpg) #000 no-repeat top left;
	}
	
h2.oxytocin{
	margin:20px 0 35px 0;
	padding:0;
	line-height:30px;
	display:block;
	text-indent:-9999px;
	background:url(../_img/title_oxytocin_small.gif) no-repeat;
	}

#header h1{
	margin:0;
	padding:0;
	line-height:100px;
	display:block;
	text-indent:-9999px;
	}
	
#header #right{
	margin:70px 0 0 0;
	}
	
#bottom{
	border:1px solid #333;
	margin:10px 0 10px 0;
	padding:40px 10px 40px 10px;
	background:url(../_img/bg_bottom.jpg) #000 no-repeat top left;
	}
	
#bottom h2{
	margin:0;
	padding:0 0 30px 0;
	line-height:26px;
	display:block;
	text-indent:-9999px;
	background:url(../_img/title_who_we_are.gif) no-repeat 35px 0;
	}

#whoweare{
	width:900px;
	height:83px;
	}
	
#whoweare .profile{
	border:4px solid #999;
	margin:0 20px 0 0;
	}
	
#whoweare .profile:hover{
	border:4px solid #B9DEEE;
	}
	
#myController{
	display:none;
	}

.jFlowPrev, .jFlowNext{
	cursor:pointer;
	border:0;
	}
	
.clear{clear:both;}