
/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */

* {
	outline:none;

}


.main { /* center column styles */
	float: left;
	margin-bottom: 50px;
}

.center { /* the center column width when it's the only column */
	margin-left:20px;
	width:920px;
}

.centerright {
	margin-left:27px;
	padding-right:27px;
	width:585px;
}

.right {
	float:left;
	padding-right:10px;
	width:304px;
}

body {
	border-top:solid 10px #000;
	background-image:url("/templates/custom/stockmohr/images/bg.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
}

#wrapper {
	width:960px;
	margin:auto;
	
}

#navigation {
	width:100%;
	height:35px;
}

#header {
	height:204px;
	margin-top:12px;
	width:960px;
}

#headerwrap {
	position:relative;
}

#years {
	background-image:url("/templates/custom/stockmohr/images/5year.png");
	height:150px;
	position:absolute;
	right:6px;
	top:18px;
	width:150px;
}


#logo {
	width:339px;
	height:201px;
	background-image:url("/templates/custom/stockmohr/images/logo.jpg");
	float:left;
}

#search {
	width:320px;
	height:57px;
	background-image:url("/templates/custom/stockmohr/images/search.png");
}

#searchbox {
	padding-right:10px;	
	
}

#searchwrap {
	margin-left:15px;
	margin-top:13px;
}

#header2 {
	background-image:url("/templates/custom/stockmohr/images/header.jpg");
	float:left;
	height:204px;
	margin-left:6px;
	width:615px;
}


#bodywrapper {
	float:left;
	margin-top:7px;
	width:960px;
	border-top:solid 10px #000;
	padding-top:10px;
	background-color:#FFF;
}

#footer {
	width:960px;
	float:left;
}


#footer a{
	color:#fff;
}

#footernavigation {
	
}

#footerwrap {
		
	
}

#partners {
	width:960px;
}

#author a:link,
#author a:visited {
    color: #003;
    font-weight: bold;
}

#author a:hover,
#author a:active {  }