*{
	margin:0;
	padding:0;
}

body{
	background:#252525;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
}

a{
	color:#ffffff;
}

h2, h2 a{
	color:#2CC1EF;
	font-size:14px;
}

a:hover{
	text-decoration:none;
}

h2, p{
	margin-bottom:10px;
}

ul{
	margin-left:15px;
	margin-bottom:10px;
}

a img{
	border:0;
}

.alignleft{
	float:left;
	margin-right:10px;
}

.center{
	text-align:center;
}

#container{
	width:732px;
	margin:0 auto;
}

#header{
	margin-bottom:14px;
}

#header h1 span{
	display:none;
}

#header h1{
	background:url(images/logo.jpg) no-repeat;
	width:656px;
	height:112px;
}

.boxborder{
	background:url(images/boxborder.jpg) repeat-y;
}

.boxbottom{
	background:url(images/boxbottom.jpg) no-repeat bottom;
	position:relative;
	padding-top:40px;
	padding-left:40px;
}

#header .boxbottom{
	height:155px;
}

#content{
	margin-bottom:14px;
}

#content .boxbottom{
	padding-left:30px;
	padding-bottom:30px;
}

.boxtop{
	background:url(images/boxtop.jpg) no-repeat top;	
}

#clip{
	background:url(images/clip.jpg) no-repeat;
	width:43px;
	height:40px;
	position:absolute;
	left:189px;
	bottom:-14px;
}

.boxleft{
	float:left;
	width:341px;
	height:196px;
	background:url(images/boxleft.jpg) no-repeat;
	padding:40px;
	padding-top:40px;
}

.boxright{
	float:left;
	width:240px;
	height:220px;
	background:url(images/boxright.jpg) no-repeat;
	padding:30px;
}

.clear{
	clear:both;
}

#content{
	clear:both;
}

#content h2{
	margin-top:-23px;
	margin-left:60px;
	margin-bottom:20px;
}

.boxtopdouble{
	background:url(images/boxtop2.jpg) no-repeat top;	
}

#footer{
	padding-top:40px;
	font-size:10px;
	text-align:center;
	clear:both;
}