/*
		----------------------------------------------------------
			Master Screen Style
		----------------------------------------------------------
			bluehaus communications
			author:		Ryan Mayer
			date:		 	March 2008
		----------------------------------------------------------
*/

html, body {margin:0px auto; padding:0px; width:100%; height:100%;}
/* body {background:#ffffff no-repeat fixed 0% 0%; font: normal 62.5%/normal Arial, Helvetica, sans-serif; text-decoration: none; text-align:center;} */
body {background:#ffffff no-repeat fixed 0% 0%; font: normal 62.5%/normal 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; text-decoration: none; text-align:center;}
* {opacity: 0.9999999;margin:0px; padding:0px; border:0px;}


/* Structure Div's */
#container {width: 100%; margin: 0px auto; padding: 150px 0px 0px 0px; background: transparent 0% 0% no-repeat;}
#video {float: left;}
#content {width: 360px; margin: 50px 50px 0px 0px; padding: 5px; background: transparent 0% 0% no-repeat; float:right;}


/* Links */
a:link {color: #1f356b; text-decoration: none; font-weight:bold;}
a:visited {color: #1f356b; text-decoration: none; font-weight:bold;}
a:hover {color: #adbdcc; font-weight:bold; text-decoration:none; border-bottom:1px dotted #adbdcc;}

a.img:link {color: #1f356b; text-decoration: none; font-weight:bold;}
a.img:visited {color: #1f356b; text-decoration: none; font-weight:bold;}
a.img:hover {color: #adbdcc; font-weight:bold; text-decoration:none;}


/* Typography */
p {background: transparent; color: #777; text-decoration: none; text-align: left; line-height: 1.5em; font-size: 1.3em; margin:0px; padding: 0px 0px 10px 50px;} 


/* Helpers */
.clear {clear: both;}
.right {text-align: right;}
.asterisk {color:#ff0000; font:1.3em Arial, Helvetica, sans-serif;}
span .left {float: left;}
span .right {float: right;}