/* outcry css layout hi powa heavydesign.net */
html, body { 
	padding: 0px; margin:0px; text-align:center; background-color: black; 
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: white;
}
a {
	color: #1282B5;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-style: italic;
}
p {
	margin: 0px;
	padding: 0px;
}
.bio {
	color: #CCCCCC;
	font-weight: bold;
}
#outer {
	width: 743px;
	margin: auto;
	border: 3px solid #46535C;
	/*margin-bottom: 20px;*/
	vertical-align: top;
	padding:0px;

}
#header {
	width:743px;
	height:145px;
	margin-top: 0px;
	background-image: url(img/header.jpg);
	float: left;
	display:inline;
}
#menu {
	width:743px;
	height: 39px;
	margin: 0px;
	padding:0px;
	/*background-image: url(img/menu.jpg);*/
	float: left;
	display:inline;
	vertical-align: top;
	/*border: 1px solid #303030;*/
}
#left {
	width: 14px;
	/*height: 176px;*/
	/* background-image: url(img/left.jpg); */
	/* background-repeat: no-repeat; */
	float: left;
	display:inline;
	background-color: black;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#right {
	width: 14px;
	/*height: 185px;*/
	/*background-image: url(img/right.jpg);*/
	/*background-repeat: no-repeat;*/
	float: left;
	display:inline;
	background-color: black;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#main {
	width: 693px;
	border: 1px solid #303030;
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-bottom: 14px;
	margin-top: 0px;
	vertical-align: top;
	float: left;
	display:inline;
	text-align:left;
}
#footer {
	width: 743px;
	height: 20px;
	color: Gray;
	margin: auto;
	line-height: 25px;
}
#title {
	width: 195px;
	height: 90px;
}
#content {
	border: 1px solid #474747;
}