@charset "utf-8";
/* CSS Document */


*
{
    margin: 0;
    padding: 0;
}

body
{
	margin:0;
	background-image:url(images/bg.png);
}

a:link, a:visited
{ 
	text-decoration:none;
	color:#333333;
}

a:hover, a:active
{
	text-decoration:underline;
	color:#993300;
}

#container
{
	width:784px;
	margin: 0 auto;
	position: relative;
}

#header
{
	margin:40px 0 40px 20px;
}

#header a
{
	text-decoration:none;
	color:inherit;
}

#header h1
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20pt;
}

#header h2
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
}

ul#menu
{
	float:left;
	width:25px;
	list-style-type:none;
	margin-top:30px;
}

ul#menu li a
{
	display:block;
	background-image:url(./images/menubg.png);
	width:25px;
	height:90px;
	margin-left:-5px;
	text-decoration:none;
}

ul#menu li#blog a
{
	background-image:url(./images/blogbg.png);
}

ul#menu li#designs a
{
	background-image:url(./images/designsbg.png);
}

#center
{
	background-image:url(./images/centerbg.png);
	margin-left:20px;
	height:420px;
}

#left
{
	width:280px;
	padding:15px 10px 30px 15px;
}

#left h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8E0D12;
	padding-bottom:15px;
}

#left p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
}

#right
{
	float:right;
	width:394px;
	height:350px;
	margin:15px 15px 0 10px;
	padding:20px;
	background-image:url(./images/rightbg.png);
	overflow:hidden;
}

#scroller
{
	width:394px;
	height:350px;
	margin-bottom:20px;
	overflow:hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#BFDCBF;
}

#scroller h2
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#E4CC9C;
	padding-bottom:15px;
}

#scroller table
{
	margin-bottom:12px;
	font-size:14px;
}

#scroller img
{
	padding:5px;
	margin-right:10px;
	background-color:#008080;
	border:1px outset #008040;
}

#scroller strong, #scroller a
{
	color:#E4CC9C;
}

.scroll-track{
width:18px;
}

.scroll-handle{
height:45px;
width:18px;
background-color:#008080;
border:1px outset #004080;
}

#footer
{
	text-align:center;
	color:#8E0D12;
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
}

#submenu
{
	margin:20px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
}

#submenu a
{
	color:inherit;
}
