/* CSS Document */

html {
	overflow-y: scroll;
	overflow-x: auto;
}

body {
	background-image: url(/images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #adadad;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size : 10px;
	/*font-family: Tahoma, Helvetica, sans-serif;*/
	height: 100%;
	color: #727272;
}


a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #727272;
}

a:hover {
	color: #ff6600;
}


#main {
	width: 738px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -369px;
	background-color: #ececec;
}

.content_main {
	width: 738px;
	display: table;
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-y;
}

#content {
	width: 738px;
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #f5f5f5;
}

#content_left {
	width: 221px;
	float: left;
}

#content_right {
	width: 517px;
	float: right;
	display: block;
}

#boxes {
	width: 517px;
	display: table;
	border-bottom: 1px solid #afafaf;
	border-top: 1px solid #5a5c5c;
}

/* ==================================== */
/* Links in Box 1, Box 2, Box 3 at Top  */
.link {
	padding-top: 4px;
}
.link a, .link a:link, .link a:visited, .link a:active {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.link a:hover {
	text-decoration: underline;
	color: #ff6600;
}	
/* ==================================== */


/* Header Box 1 (Web Hosting) */
#b1 {
	background-image: url(/images/01.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 172px;
	margin: 0px;
	float: left;
	border-right: 1px solid #afafaf;
}

/* Header Box 2 (Web Design */
#b2 {
	background-image: url(/images/02.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 172px;
	margin: 0px;
	float: left;
	border-right: 1px solid #afafaf;
}

/* Header Box 3 (Web Design */
#b3 {
	background-image: url(/images/03.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 171px;
	margin: 0px;
	float: left;
/*	top: 172px;
	left: 567px; */
}

/* Applies to Header Box 1 and Header Box 2 */
.box {
	margin: 30px 0px 0px 15px;
}

/* Applies to Header Box 3 */
.box_2 {
	margin: 33px 0px 0px 21px;
}

#main_content_padding {
	padding: 19px 20px 0px 20px;
	background-image: url(/images/white_bg.jpg);
	background-repeat: no-repeat;
	min-height: 200px;
}

#main_content {
	width: 477px;
	display: block;
	min-height: 200px;
} 

#main_content_left {
	float: left;
	width: 198px;
	display: block;
}

#main_content_right {
	float: right;
	width: 252px;
	border-left: 1px solid #d5d5d5;
	padding-left: 13px;
	margin-left: 13px;
	display: block;
}

.title {
	padding-bottom: 12px;
}

.title a, .title a:link, .title a:visited, .title a:active {
	text-decoration: underline;
	color: #6aaf1e;
}

.title a:hover {
	text-decoration: none;
}

.hr_main {
 	height: 1px;
	color: #d5d5d5;
}

.box_bullet {
	padding-left: 17px;
	background-image: url(/images/st.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}


/* ==================================== */
/* Header Box 3 Bullet Class            */
.box_bullet_link a, .box_bullet_link a:link, .box_bullet_link a:visited, .box_bullet_link a:active {
	color: #333;
	text-decoration: underline;
}
.box_bullet_link a:hover {
	color: #ff6600;
	text-decoration: underline;
}
/* ==================================== */

#white_space {
	background-image: url(/images/white_shadow.jpg);
	background-repeat: no-repeat; height: 27px;
}


#footer {
	float: none;
	background-image: url(/images/end.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 25px 0px 25px 0px;
	text-align: center;
	background-color: #ececec;
	border-top: 1px solid #ececec;
	color: #727272;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	text-decoration: none;
}



	







