
/* GENERAL -------------------------------------------------------------------------- */

* {
	margin: 0;
}

body {
color:#000000;
background:#9b2814 url(../images/background.png) repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14pt;
text-align:left;
}

img {
border:0;
}

.alignRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	
}

.alignLeft {
	
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.special .alignRight {
	padding-top: 20px;
}

p {
	
	margin-bottom: 20px;
}
.container {
margin:auto;
width:960px;
align:center;
}

.content {
width:940px;
padding:0 10px;
background: #FFFFFF url(../images/content_back.jpg) bottom no-repeat;
padding-bottom: 10px;
padding-top: 97px;


}

.header {
	height: 66px;
	width: 960px;
}

.logo {
	z-index: 9;
}

.navigation ul {
	display: block;
	margin: auto; 
	float: none;
}
.navigation ul li{
	display: inline;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

navigation ul li a {
	display: inline-block;
	width: auto;
}

.welcome {
	text-align: center;
}

.welcome_right {
	margin-top: -50px;
	height: 500px;
}

.special {
	height: 115px;
	background: #FFFFFF;
	font-size: 11px;
}

.special p {
	margin-left: 10px;
	margin-bottom: 10px;
}
a {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#000000;
text-decoration: none;
}

/* TYPOGRAPHY -------------------------------------------------------------------------- */

h2 {
font-size:22px;
margin-bottom:10px;
}


/* HEADER ------------------------------------------------------------------------ */



/* PAGES -------------------------------------------------------------------------- */



/* MENU -------------------------------------------------------------------------- */

.menu {
height:60px;
margin-top:10px;
font-size: 15px;
}

ul {
list-style-type: none;
background: #g6g6g6;
height: 60px;
margin: auto;
}

li {
float: left;
}



/* CONTACT FORM -------------------------------------------------------------------------- */

input {
background-color:#F7F7F7;
border:1px solid #CCCCCC;
color:#185889;
font-size:11px;
margin:0 0 5px;
padding:5px;
width:225px;
}

textarea {
background-color:#F7F7F7;
border:1px solid #CCCCCC;
color:#185889;
font-size:11px;
margin:0 0 10px;
padding:5px;
}

/* FOOTER -------------------------------------------------------------------------- */

.footer {
text-align:center;
width:100%;
}

.footercontent {
margin:auto;
width:940px;
color:#FFFFFF;
font-size:12px;
padding:10px 10px 0;
}

.footercontent a {
color:#FFFFFF;
text-decoration:none;
}

.footercontent a:hover {
color:#be5836;
text-decoration:underline;
}
