* {
	margin: 0;
	padding: 0;
}

*|*:visited {
color: white;}

body {
	margin: 0;
	background: #000000 url(images/back_all.gif) repeat-x top;
}

body, th, td, input, textarea {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#contmain
{
width: 927px;
margin: 0 auto;
}

h1, h2, h3 {
	color: #1c1c1c;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #E9E9E9;
}

h3 {
	font-size: 18px;
	font-weight:bolder;
	text-transform: uppercase;
	color: #ffffff;
	}

ul, ol {
	margin-left: 3em;
	list-style: none;
	color: #D9D9D9;
}

table td {
	color: #fff;
	text-align: center;
	}
          

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #D9D9D9;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #1c1c1c;
}
img 
{
	border: none;
}

#main
{
width: 927px;
border-left: 15px solid #1c1c1c;
border-right: 15px solid #1c1c1c;
margin: 0 auto;
}


/* Top Banner */

#topbanner {
	width: 927px;
	height: 153px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
	text-align: left;
}

#topbanner h1 {
	padding-top: 110px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

#topbanner h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#topbanner a {
	color: #FFFFFF;
	text-decoration: none;
}

#topbanner a:hover {
	color: #440544;
	text-decoration: underline;
}

/* Header */

#header {
	width: 927px;
	margin: 0 auto;
	height: 274px;
	background:#000000;
	text-align:left;
}

#headershop {
	width: 927px;
	margin: 0 auto;
	height: 540px;
	background: #000000;
	text-align: center;
}

#designshop {
	width: 927px;
	margin: 0 auto;
	height: 620px;
	background: #000000;
	text-align: center;
}

#menu {
	float: left;
	height: 90px;
	width: 805px;
	padding-left: 122px;
	background: #ffffff url(images/menu.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	width: 125px;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 40px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #E9E9E9;
	background: url(images/menu_r.gif) repeat-x;
}


/* Page */

#page {
	width: 927px;
	background: transparent;
	/*background: url(images/table_back.gif) repeat-y;*/
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #D9D9D9;
}

#content div, span  {
	float: left;
	width: 550px;
	color: #D9D9D9;
	padding-bottom: 5px;
}

#content H4 a
{
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;

}

.date {
	text-align: right;
	color: #D9D9D9;
	font-size: 11px;
}

.date a {
	color: #D9D9D9;
}



/* Sidebars */

.sidebar {
	float: right;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 {
	width: 277px;
	padding-top: 20px;
	color: #fff;
}

#sidebar2 li {
	width: 227px;
	margin: 0;
	padding: 0;
}

#sidebar2 li h2 {
	/*background: url(images/title.gif) no-repeat bottom;*/
	background: transparent;
	height: 6px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#sidebar2 li li {
	padding: 5px;
	background: url(images/small.png) no-repeat left;
	font-size:12px;
}

#sidebar2 li a {
	border: none;
	padding-left: 4px;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 4px;
	color: #D9D9D9;
	text-decoration: underline;
}

#bottom
{
}

/* Footer */
#footer
{
padding-top: 20px;
height: 90px;
width: 927px;
background: url(images/footer.gif) top repeat-x;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;	
}

#footer a {
color: #FFFFFF
}

/*Carousel */

#carouselbox {
width: 620px;
margin: 10px 0 8px 10px;
float:left;
background: transparent;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 10px solid #1c1c1c;
	overflow: scroll; /*leave this value alone*/
	width: 550px; /*Width of Carousel Viewer itself*/
	height: 250px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 550px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*vlog */

#vlog {
	width: 927px;
	margin: 0 auto;
	height: 434px;
	background: #000000;
	text-align: center;
}

/*paintings */

#paintings {
	width: 927px;
	margin: 0 auto;
	height: 510px;
	background: #000000;
	text-align: center;
}

.aboutpic {
float:right;
width: 225px;
margin: 10px 10px 10px 25px;
}