/* CSS Document */
* {
	padding: 0;
	margin: 0;
}



body {background-image: url(images/bg_body.jpg); 
	background-repeat: repeat-x; 
	background-color: #aeaeae;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#wrapper {
	width: 1018px;
	margin: 0 auto;
	
}


#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 970px;
	height: 45px;
	padding-top: 303px;
	padding-left: 48px;
}


#menu{
	width: auto;
	height: auto;
	position: absolute; /*For IE6 VISTAButtons Drop Down*/
	z-index: 1000;
	margin-bottom: 0px;

}


#content_container_header {
width: 217px;
height: 56px;
background-image: url(images/kompetent_shadow.jpg);
background-repeat:no-repeat;
position: absolute;
top:30px;
right: 90px;

www.tube8.com
}


#content_container {
background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	width: auto;
	padding: 40px 50px 20px 60px;
	/* min-height hack for ie6 */
    min-height: 140px;
    height: auto !important;
    height: 140px;
	position: relative;

}


#content_container a {
position: relative;
z-index: 500;
}


#footer {
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	width: auto;
	height: 66px;
	padding: 10px 0 0 42px;
	font-size: 11px;
	position: relative;
}


#footer a{
color: #FFFFFF;
text-decoration: none;
position: relative;
z-index: 501;
}




a {
	color: #61B4E4;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;


}

h1 {padding-left: 30px;
background-image: url(images/h1_2.gif);
background-repeat:no-repeat;
background-position:center left;
font-size: 16px;
font-weight: bold;
line-height: 16px;

}

h2 {padding-left: 12px;
margin-left: 30px;
background-image: url(images/h2.gif);
background-repeat:no-repeat;
background-position:center left;
font-size: 14px;
font-weight: bold;
line-height: 14px;

}

h2 a{
text-decoration: none;
color: #61B4E4;
}

h2 a:hover{
	text-decoration: none;
	color: #fff;
}

h3 {padding-left: 15px;
margin-left: 32px;
background-image: url(images/h2.gif);
background-repeat:no-repeat;
background-position:center left;
font-size: 14px;
font-weight: normal;
line-height: 16px;

}



h4 {padding-left: 30px;

font-size: 16px;
font-weight: bold;
line-height: 16px;

}
blockquote {padding-left: 95px;}


.1 {padding-left: 15px}


.2 {padding-left: 20px}

.3 {padding-left: 25px}

p {padding-left: 30px}


