body	{
	height:100%; margin:0; padding:0;
	background:#222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}

a	{
	text-decoration:none;
	color:#fff;
	}

a:link	{
	text-decoration:none;
	color:#fff;
	}

a:active	{
	text-decoration:none;
	color:#fff;
	}
		
a:hover	{
	text-decoration:underline;
	color:#fff;
	}

.clear	{clear:both;}

/*##### HEAD #####*/
#head	{
	margin:auto;
	width:1024px;
	height:267px;
	background:url(../images/head.jpg) no-repeat;
	}
	
/*##### HTW LINK #####*/
#htw	{
	display:block;
	position:relative;
	top:55px;
	left:710px;
	width:310px;
	height:155px;
	}

/*##### CONTENT #####*/
#content_out	{
	margin:auto;
	margin-bottom:20px;
	padding-top:10px;
	width:1024px;
	background:url(../images/bgr.jpg) no-repeat top #222;
	}

/*##### VIDEOS #####*/
#video_out	{
	margin:auto;
	padding:0 14px 0 20px;
	width:990px;
	height:200px;
	}
	
#video_left	{
	float:left;
	width:325px;
	height:200px;
	}

#video_mid	{
	float:left;
	margin-left:5px;
	padding-top:10px;
	width:325px;
	height:190px;
	text-align:center;
	}

#video_right	{
	float:right;
	width:325px;
	height:200px;
	}

#hm_logo	{
	float:left;
	}

#x_logo	{
	float:left;
	position:relative;
	top:80px;
	}

/*##### PICTURES #####*/
#pictures	{
	float:left;
	width:870px;
	padding:10px 0 0 10px;
	}

.pics_left_all	{
	margin-left:10px;
	float:left;
	width:130px;
	background:#888;
	text-align:center;
	font-size:14px;
	color:#eee;
	border:solid 1px #fff;
	font-variant:small-caps;
	}

.pics_left1	{
	margin-bottom:10px;
	height:70px;
	padding-top:60px;
	}

.pics_left2	{
	height:100px;
	padding-top:30px;
	}
	
.pics_left3	{
	height:80px;
	padding-top:50px;
	}

.pics_right	{
	float:left;
	margin:0 0 10px 10px;
	padding:3px 0 0 3px;
	width:127px;
	height:127px;
	background:url(../images/links_bgr.png) repeat;
	border:solid 1px #fff;
	}

.pics_right2	{
	float:left;
	margin:0 0 10px 0px;
	padding:3px 0 0 3px;
	width:127px;
	height:127px;
	background:url(../images/links_bgr.png) repeat;
	border:solid 1px #fff;
	}

/*##### LINKS #####*/
#links	{
	float:left;
	margin-top:10px;
	padding:10px 5px 10px 5px;
	width:118px;
	height:820px;
	font-size:12px;
	text-align:center;
	background:url(../images/links_bgr.png) repeat;
	border:solid 1px #ccc;
	line-height:20px;
	}

/*##### FOOTER #####*/
#footer	{
	margin:auto;
	margin-bottom:20px;
	width:auto;
	height:50px;
	text-align:center;
	}
	
	