/** CUSTOM BY SPERIC **/
.content_container{width: 500px; text-align: left;}
.block{padding: 0px 0px 10px 0px;}



/** TITLES */
.title {}

.title h1, .title h2, .title h3 { height: 25px;}

.title b { position: absolute; left: -10000px; }

/** BASIC */

html, body {
	height: 100%;
}

/** MAIN MENU */

#mainmenu {
	width: 778px;
	margin: 0px auto;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu a {
	display: block;
	float: left;
	height: 89px;
}

#mainmenu1 { width: 200px; background: url(/images/homepage01.jpg) no-repeat; }
#mainmenu2 { width: 124px; background: url(/images/homepage02.jpg) no-repeat; }
#mainmenu3 { width: 125px; background: url(/images/homepage03.jpg) no-repeat; }
#mainmenu4 { width: 124px; background: url(/images/homepage04.jpg) no-repeat; }
#mainmenu5 { width: 205px; background: url(/images/homepage05.jpg) no-repeat; }

#mainmenu b { position: absolute; left: -10000px; }

/** HEADER */

#header {
	width: 778px;
	height: 266px;
	margin: 0px auto;
	background: url(/images/homepage06.jpg) no-repeat;
}

#logo {
}

#slogan {
}

#logo, #slogan { position: absolute; left: -10000px; }

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#left {
	float: left;
	width: 225px;
	height: 305px;
	min-height: 305px;
	padding: 0px 26px 0px 138px;
}

#right {
	float: left;
	width: 228px;
	height: 305px;
	min-height: 305px;
	padding: 0px 135px 0px 26px;
}

#center {
	height: 305px;
	min-height: 305px;
	padding: 0px 135px 0px 138px;
}

html>body #left, html>body #right, html>body #center {
	height: auto;
}



/** FOOTER */

#footer {
	width: 778px;
	height: 40px;
	margin: 0px auto;
	padding-top: 75px;
}

#links {
	margin: 0px;
	padding: 0px;
}

#copyright {
	margin: 0px;
	padding: 0px;
}

/** BOX1 */

#box1 {
}

#box1 .title {
}

#box1 .content {
}

/** BOX2 */

#box2 {
	padding-top: 10px;
}

#box2 .title {
}

#box2 .content {
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85807C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
}

.text2 {
	text-align: center;
	font-size: 10px;
	color: #6B7981;
}

/** LINKS */

a {
	color: #AF3333;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #A7AFB4;
}

.style1 a {
	color: #A7AFB4;
}

.style1 a:hover {
}

/** BACKGROUNDS */


/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

