@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; border: 0; }

body {
   background:#000000;
   }
   
   
div#wrap {
    background-color:#3399FF;
	margin:0 auto;
	width:900px;
	height:768px;
}

div#header {
	background:url(images/header.png) no-repeat;
	margin:0;
	padding:0;
	width:900px;
	height:106px;
	text-indent:-9999px;
}

div#home {
	background:url(images/home.png) no-repeat;
	top:106px;
	width:82px;
	height:28px;
	float:left;
}

div#services {
	background:url(images/services.png) no-repeat;
	left:82px;
	top:106px;
	width:117px;
	height:28px;
	float:left;
}

div#about {
	background:url(images/about.png) no-repeat;
	left:199px;
	top:106px;
	width:85px;
	height:28px;
	float:left;
}

div#contact {
	background:url(images/contact.png) no-repeat;
	left:284px;
	top:106px;
	width:105px;
	height:28px;
	float:left;
}

div#head2 {
	background:url(images/head2.png) no-repeat;
	left:389px;
	top:106px;
	width:511px;
	height:28px;
	float:right;
}

div#content_wrap {
	background:url(images/wrap.png) no-repeat;
	left:0px;
	top:134px;
	width:900px;
	height:587px;
	clear:both;
}

div#sidebar {
margin-top:20px;
width:25%;
padding:12px;
float:right;
}

div#sidebar ul {
list-style-type:none;
border:1px solid #3399CC;
padding:4px;
}

div#footer {
	background:url(images/footer.png) no-repeat;
	left:0px;
	top:721px;
	width:900px;
	height:47px;
	clear:both;
}

.end_tag {
margin:0 auto;
font-size:9px;
float:left;
}

.end_tag p {
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
margin:0 auto;
padding-left:138px;
}



div#xhtml {
    margin:0;
    padding:0;
	float:left;
	width:20%;
	text-align:right;
}

div#css {
   margin:0;
   padding:0;
   float:right;
   width:20%;
   text-align:left;
}


/* TEXT STYLES */
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#33CCFF;
text-decoration:none;
}

a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

/* END TEXT STYLES */	
