body {
	background-color:#4D4B4D;
	font-family: calibri;
	color: #022955;
	font-size: 12px;
	height: 100%;
}

.page {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 980px;
}

.header{
	clear: both;
	position: relative;
	background-image: url("images/headerbackgroundtop.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 104px;
}

.headerlogo{
	position: absolute;
	background-image: url("images/axislogo.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 71px;
	top: 27px;
	left: 300px;
}

.headerlogo:HOVER{
	cursor: pointer;
}

.headercontent{
	position: relative;
	float: left;
	padding-top: 20px;
	padding-left: 140px;
	width: 200px;
}

.headernewsletter{
	position: absolute;
	background-image: url("images/newsletterbutton.png");
	background-repeat: no-repeat;
	width: 183px;
	height: 58px;
	top: 31px;
	left: 765px;
}

.headernewsletter:HOVER{
	cursor: pointer;
}

.orangebar {
	background-image: url("images/orangebar.png");
	background-repeat: no-repeat;
	height: 4px;
	width: 100%;
}
	
.mainbody{
	clear: both;
	position: relative;
	background-image: url("images/bodybackground.png");
	background-repeat: repeat-y;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}

.content{
	background-image: url("images/orangelines.png");
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 70%;
	left: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.sidebar {
	position: relative;
	float: left;
	width: 22%;
	padding-left: 30px;
	padding-top: 10px;
}

.footer{
	position: relative;
	clear: both;
	width: 100%;
	height: 177px;
	background-image: url('images/blogfooter.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

.footercontent{
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 25%;
	padding-top: 10px;
	color: White;
}

/********
* SPANS *
********/

.headertitle{
	font-weight: bold;
	font-size: 72px;
	width: 100%;
}
.headertitle:HOVER{
	cursor: pointer;
}

.sidebartitle{
	font-weight: bold;
	font-size: 18px;	
}

a:visited{
	color: #022955;
}

a{
	color: #022955;
}