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

img {
	border: 0px;
}

body{
/* 	background-image: url(../images/bg.jpg); */
	background-color: 000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;

}
/* HEADER CONTENT */
#header {
	background: url(images/bg-header-b.jpg) repeat-x;
	height: 87px;
	vertical-align: middle;
	z-index: 0;
}

#header a {
	color: white;
	text-decoration:none;
}

#header-container {
	background: url(images/header-container.jpg) no-repeat center;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

h1 {
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	float: left;
	margin: 14px 0px;
}

h1 a {
	color: white;
	text-decoration:none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 24px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}


#title {
	width: 550px;
	float: left;
}

ul#nav {
	width: 400px;
	/*clear: right;*/
	float: right;
	/*font-variant: small-caps;*/
	text-align: right;
	margin: 30px 0px;
	text-transform: uppercase;
}

ul#nav li{
	display: inline;
	word-spacing: 5px;
	margin: 10px;
}

ul#nav li a{
	color: white;
	font-size: 16px;
	
}

ul#nav li a:hover {
	text-decoration: underline;
}

/* END OF HEADER CONTENT */

/* SLIDER */

#slider {
	height: 290px;
	background-image: url(images/cu3er_shadow.jpg);
	background-position: center bottom;
	background-color: white;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px 0;
}

#cu3er-container {
	width:960px; 
	outline:0;
}

/* END OF SLIDER */

/* MINI BIO  */

#about {
	width: 400px;
	text-align: left;
	float: left;
}

#mini-bio {
	background: url(images/bg.jpg);
}

#mini-bio-container {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px;
	height: 80px;
	line-height: 1.8em;

	
}

#social_links {
	/*text-align: left;*/
	float: right;
	width: 350px;
}

#social_links img{
		float: left;
		padding: 0 0 0 66px;
}

#popular_links {
	padding: 10px;
	clear: both;
	display: block;
	text-align: center;
	overflow: hidden;
}

#popular_links img{
	margin: 0 0 0 0px;
	padding: 0 30px 0 0;
	height: 80px;
	width: 280px;
	overflow: hidden;
}


/* END OF MINI BIO SECTIOn */

/* BLOG */

#content-container {
	background-color: white;
	background-image: none;
	color: #000;
	font-size: 10pt;
}

#content-container div {
	margin-bottom: 15px;
}

#content-container a {
	color: #393939;
	text-decoration: none;
}

#content-container a:hover {
	text-decoration: underline;
}

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

#blog-container {
	width: 570px;
	float: left;
}

#sidebar {
	float: right;
	width: 320px;
	/*background: url('../images/white-40.png');*/
	margin: 80px 0px;
		
}

/*END BLOG */

/* FOOTER */

#footer {
	background-image: url(images/bg-footer.jpg);
	min-height: 270px;
	line-height: 1.8em;
	clear: both;

}

#footer-container {
	width: 960px;
	margin: 0px auto;
	padding: 10px 0;

}

#site_index {
	text-align: left;
	float: right;
	width: 400px;
}


/*
#main_content {
	position: relative 100%;
	z-index: 100;
	width: 600px;
	text-align:left;
	padding: 80px 20px;
	border: 20px;
	border-radius: 20px;
	float: left;
	margin-top: 0px;
}
*/