/** css file for bytro.com - 2008-11-25 **/
/* general body layout */
body { 
	font-family: Verdana,Arial;
	font-size: 0.8em;
	background-color: #FFFFFF;
	}
h1 {
	font-size: 1.7em;
	text-align: center;
	}
/* link settings */
a { color: #1a1a1a; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #a1a1a1; text-decoration: none; }
/* main content container layout */
#content { 
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	/*height: 440px;*/
	top: 20px;
	/*margin-top: -280px;*/
	background-image: url("../img/bg_content.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFffff;
	border: 2px solid #dbd6d6;
	}

/*
#header {
	position: absolute;
	width: 90%;
	height: 60px;
	top: 0;
	padding: 5px 15px;
	}*/

#sub_header {
	/*position: absolute;*/
	width: 90%;
	padding-top: 145px;
	/*left: 210px;
	top:145px;*/
	font-size: 1em;
	text-align: right;
	}

#main_content {
	/*position: absolute;*/
	width: 95%;
	/*height: 180px;
	top: 270px;
	left:0;
	padding: 10px 35px;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-size: 1.1em;
	text-align: center;
	
	}

#sub_content {
	/*position: absolute;*/
	width: 95%;
	height: 100px;
	/*top: 325px;*/
	margin: 10px 25px;
	font-size: 0.8em;
	/*text-align: center;*/
	}
	
/* classes: spacer */
.spacer {
	/*position: absolute;*/
/*	top: 325px; */ 
	width: 95%;
	/*left: 2.5%;*/
	background-color: #dbd6d6;
	border: none;
	height: 3px;
	}
	
#press_newsletter { text-align: right; }