/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, sans-serif;
	background: #4591E9 url('images/managed-hosting.jpg') no-repeat fixed bottom center;
}

a {
	font-weight:bold;
	text-decoration: none;
	color:#006;
}

a:hover {
	font-weight:bold;
	text-decoration: underline;
	color:#006;
}

#container{
	width:710px;
	margin-left:auto;
	margin-right:auto;
	margin-top:24px;
	margin-bottom:24px;
	border: solid #000 1px;
}
#masthead
{
	background: #4591E9 url('images/bluecliffhosting.jpg') no-repeat center center;
	height:120px;
}

#content{
	font-family: Verdana, Arial, sans-serif;
	position:relative;
	width:710px;
	background-color:#fff;
}

#left{
	position:relative;
	width:160px;
	padding:24px;
	border-right: 1px solid #ccd2d2;
	background-color:#fff;
}

#right{
	position:absolute;
	width:459px;
	padding:16px;
	top:0px;
	left:209px;

	font-family: Times New Roman, serif;
	font-size:16px;
	background-color:#fff;
}

/************* #topNav styles ***************/
#topNav{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	background-color: #A03118;
}

#topNav a {
	padding-left:55px;
	padding-right:55px;
	text-decoration: none;
	color:#fff;
}

#topNav a:hover {
	padding-left:55px;
	padding-right:55px;
	text-decoration: underline;
	color: #fff;
}

/************* #bottomNav styles ***************/

#bottomNav{
	position:relative;
	font-size: 13px;
	color: #000066;
	margin-top: 0px;
	text-align: right;
	font-family: Georgia, Times New Roman, serif;
	border-top: 1px solid #ccd2d2;
	background-color:#fff;
	padding:4px;
}

#bottomNav a {
	text-decoration: none;
	font-weight:normal;
	color:#000066;
}

#bottomNav a:hover {
	text-decoration: underline;
	font-weight:normal;
	color: #000066;
}



h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* The left hand slogan*/
h1{
	font-size: 24px;
	color: #666;
	font-family: Arial, sans-serif;
	line-height:36px;
	padding-bottom:24px;
}

/* The site name*/
h2{
	padding-top:25px;
	padding-left:230px;
	font-size: 36px;
	color: #000066;
}

h2 a{
	color: #000066;
	text-decoration:none;
}

h2 a:hover{
	color: #000066;
	text-decoration:none;
}

/* The top slagan*/
h3{
	font-family: Times New Roman, serif;
	font-size: 12px;
	padding-top:2px;
	padding-left:280px;
	font-weight: normal;
	color: #000066;
}

/* Content titles*/
h4{
	margin-top:12px;
	font-size: 18px;
	color: #000;
}


