@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 75%;
}

.wrapper {
	width: 100%;

	
}

.innerwrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


#headerwrapper {
	height: 130px;
	background-image: url(/uploads/template/img/bg130.jpg);
	background-repeat: no-repeat;
	background-size: 100% 130px;
}

#menuwrapper {
	height:45px;
	margin-top: 10px;
	background-image: url(/uploads/template/img/bg130.jpg);
	background-repeat: no-repeat;
	background-size: 100% 45px;
}


#contentwrapper {
}

#footerwrapper {
}

#header {
}

#menu {
}

#menu ul {
	list-style: none;
	width: 100%;
	height: 45px;
}

#menu li {
	float: left;
	height: 45px;
}

#menu a {
	color: #dfdfdf;
	font-size: 160%;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 40px 10px 0px;
	text-decoration: none;
letter-spacing: 3px;
}

#menu span {
}

#submenu {
width: 150px;
float: left;
}

#submenu ul {
  list-style: none;
}

#submenu a {
	color: #38491f;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 40px 10px 0px;
	text-decoration: none;
letter-spacing: 3px;
}
#bread {
}

.full {
width: 100%;
}

.part {
width: 700px;
float: right;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
  letter-spacing: 3px;
  font-weight: normal;
  font-family: Arial;
  color: #38491F;
} 

#content {
  padding-top: 30px;
line-height: 1.5em;
/*  width: 100%; */
}

#footer {
}

/* Stylesheet: dorine_layout Modified On 2013-05-16 17:07:14 */
