body {
	width: 790px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(images/body-bkgnd.jpg);
	background-repeat: repeat-x;
}

#cmshelp {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	height: auto;
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-align: left;
	background-color: #def;
}

#help {
	position: relative;
	top: 0px;
	left: 0px;
	width: 420px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	height: auto;
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-align: left;
	background-color: #def;
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	text-align: left;
}

#blogmain {
	position: relative;
	top: 10px;
	left: 0px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	height: auto;
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-align: left;
}

#sidebar {
	position: absolute;
	top: 10px;
	left: 520px;
	width: 255px;
	margin: 0;
	padding-left: 5px;
	height: auto;
	text-align: left;
	border-left: 1px solid #666;
}
	
#topborder {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 85px;
	background-color: #def;
	border-left: 1px solid #fff;
	border-right: 1px solid #abc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #abc;
}
	
#logo {
	position: absolute;
	top: 2px;
	left: 10px;
	width: auto;
	height: auto;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 36px;
	color: #36f;
	text-align: left;
}

#custom {
	position: absolute;
	top: 10px;
	left: 361px;
	width: 200px;
	height: auto;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #336;
	text-align: left;
}

#fsb {
	position: absolute;
	top: 5px;
	left: 580px;
	width: 60px;
	height: 75px;
}

#ukwda {
	position: absolute;
	top: 5px;
	left: 670px;
	width: 110px;
	height: 42px;
}

#w3cvalid {
	position: absolute;
	top: 50px;
	left: 680px;
	width: 88px;
	height: 31px;
}

#outer {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	background: url(images/main-bkgnd.jpg);
	border-left: 1px solid #eee;
	border-right: 1px solid #666;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #666;
}

div#menu {
	position: absolute;
	top: 98px;
	left: 0px;
	width: 100%;
	height: 21px;
	background-color: #eee;
	border-right: 1px solid #666;
}

div#menu a {
	float: left;
	display: block;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #336;
	text-decoration: none;
	background-color: #eee;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
}

div#menu a:hover {
	background-color: #009;
	border-left: 1px solid #9cf;
	border-top: 1px solid #9cf;
	color: #fff;
}

#registration {
	position: relative;
	top: 20px;
	left: 15px;
	width: 240px;
}

#webhost {
	position: relative;
	top: 40px;
	left: 15px;
	width: 240px;
}

#webdesign {
	position: absolute;
	top: 20px;
	left: 275px;
	width: 240px;
}

#special {
	position: relative;
	top: 40px;
	left: 275px;
	width: 240px;
}

#slides1 {
	position: absolute;
	top: 130px;
	left: 535px;
	width: 240px;
	height: 180px;
	z-index: 2;
}

#slides2 {
	position: absolute;
	top: 130px;
	left: 535px;
	width: 240px;
	height: 180px;
	z-index: 1;
	visiblity: hidden;
}

#legal {
	position: relative;
	top: 224px;
	left: 534px;
	width: 240px;
}

.box {
	padding: 2px;
	background-color: #abc;
	width: 240px;
	height: auto;
}
	
.boxhead {
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: #ddd;
	padding-bottom: 2px;
	text-decoration: none;
}
	
.details {
	display: block;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #f80;
	text-decoration: none;
}

.details:link {color: #f80;}

.details:visited {color: #f80;}

.details:hover {
	background-color: #ff0;
	color: #f00;
}

.bodytext {
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	margin: 0px;
	padding: 2px;
	background-color: #eef;
	border: 1px solid #ccc;
}

.destext {
	font-family: verdana;
	font-size: 12px;
	color: #333;
	line-height: 14px;
}

.buttontext {
	font-family: verdana;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	background-color: #fcc;
	border: 1px solid #cc0;
}

.titletext {
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	color: #69f;
	line-height: 14px;
	margin: 12px;
	padding: 0px;
}

.smallprint {
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	color: #666;
	line-height: 12px;
	margin: 10px;
	padding: 0px;
}

.foot {
	text-align: left;
	font-family: verdana;
	font-size: 8px;
	color: #ccc;
	line-height: 10px;
	margin: 10px;
	padding: 0px;
}

#footer {
	position: absolute;
	left: 0px;
	top: 900px;
	width: 800px;
	text-align: center;
	font-family: verdana;
	font-size: 8px;
	color: #ccc;
	line-height: 10px;
	margin: 10px;
	padding: 0px;
}

.email {
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #00f;
	text-decoration: none;
}

.email:link {
	color: #00f;
}

.email:hover {
	color: #f00;
}

.bloglink {
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	color: #00f;
	text-decoration: none;
}

.bloglink:link {
	color: #00f;
}

.bloglink:hover {
	color: #f00;
}

.smlink {
	text-align: center;
	font-family: verdana;
	font-size: 9px;
	line-height: 11px;
	color: #666;
	text-decoration: none;
}

.smlink:link {
	color: #666;
}

.smlink:hover {
	color: #f00;
}
