/**
* Generic CSS
*/
body{
	margin: 0px;
	text-align: center;
	font-family: "Verdana";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-indent: 0ex;
	text-align: left;
	background: #715a6a url(../images/bg.gif) repeat-x top left;
}

h1{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h2{
	line-height: 120%;
}

img {
	border-style: none;
	}
a, a:hover, a:visited {
	color:#000000;
	}
/**
* Wrapper setup
*/

#wrapper{
	width:996px;
	margin-top:118px;
}
#wrapper #logo{
	float:left;
	width:196px;
	height:555px;
	/*background: url('../images/logo.gif') no-repeat bottom left;*/
	background: transparent;
}
#wrapper_inner{
	width:800px;
	float:right;
	background: #a99ba4;
	padding-top:25px;
}

/**
* Main menu
*/
#wrapper_inner #menu{
	clear:both;
	width: 100%;
	height: 25px;
	border-bottom: 1px #715a6a solid;
}
#wrapper_inner #menu .menu{
	margin: 0;
	padding: 0;
	text-align: right;
	margin-top: 10px;
}
#wrapper_inner #menu .menu li{
	display: inline;
	margin: 0;
}
#wrapper_inner #menu .menu li a{
	text-decoration: none;
	color: #000;
	padding: 10px 12px 10px 12px;
	margin: 0;
}
#wrapper_inner #menu .active a{
	background: #c2b8bf;
}
#wrapper_inner #menu .menu li a:hover{
	background: #c2b8bf;
}
#wrapper_inner #menu .menu li ul{
	float: left;
	text-align: right;
	width: 100%;
	margin: 20px 0 0px 0;
	padding: 3px 0 0px 0;
}
#wrapper_inner #menu .menu .active ul li{
	padding: 0;
	margin: 0;
}
#wrapper_inner #menu .menu .active ul li a{
	background: #a99ba4;
	text-decoration: none;
	color: #555;
}
#wrapper_inner #menu .menu .active ul .active a{
	color: #000;
}
/**
* Content setup
*/
#wrapper_inner #content{
	clear:both;
	padding:10px;
	padding-top: 15px;
}
#wrapper_inner #content #c_wrap_1{
	width: 300px;
	float:left;
}
/**
* Footer setup
*/
#wrapper #footer{
	clear:both;
	text-align:center;
	width: 800px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 196px;
}
/**
* Joomla Specifics
*/
.contentheading{
	font-weight: bold;
}
