#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	color: #333;
	height: 675px;
}
#Leftcolumn {
	width: 175px;
	padding-right: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-left: 25px;
	background-color: #000000;
	height: 250px;
}
#main {
	width: 745px;
	float: right;
	background-color: #000000;
	color: #333333;
	height: 420px;
	margin-left: 15px;
}
#Header {
	height: 25px;
	float: right;
	width: 745px;
	padding-top: 100px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/home-main-bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}


/*************************************
	Top menu
**************************************/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-weight: normal;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 80%;
	background-color: #000000;
	background-position: left;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: right;
	color: #666666;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #333333 !important; /*text color of selected and active item*/
	padding-bottom: 4px;
}



/*************************************
	Left menu
**************************************/

#menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 11em;
	position: inherit;
	background-color: #000000;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#menu a {
	border-bottom: 1px solid #333;
	color: #666666;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	text-align: left;
	background-color: #333;
}
#menu a:hover {
	background: #333;
	color: #fff;
	padding-bottom: 8px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	text-align: center;
	float: left;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 280px;
	padding-left: 20px;
}

