/*Unstyle*/
html {
	overflow: auto;
	background: #C7C4B8;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	background: #C7C4B8;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
}
 

/*HTML styling*/
h1 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #fff;

}

h3 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
	margin: 15px;
		margin-left: 0px;
}

h4 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
	margin: 15px;
	margin-left: 0px;
	text-decoration: underline;
}


h5 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	margin: 15px;
		margin-left: 0px;
	text-decoration: underline;
}

p {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 15px;
	margin-left: 0px;
	text-align: justify;
}






/*Layout*/
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#header  {
	height: 140px;
	width: 100%;
	background:  #000033 url('../images/header_background.jpg') no-repeat;
}

#content {
	width: 100%;
	min-height: 540px;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	height: 100%;
	text-align: center;
}

#footer {
	clear: both;
	background: #000033;
	height: 60px;
	color: #fff;
	text-align: center;
}
/*Header*/
#title {
	position: absolute;
	left: 10px;
	top: 85px;
}


#header a {
	color: #fff;
	text-decoration: none;
}

#header a:visited {
	color: #fff;
}

#header #title img {
	border: 0px;
}

/*Navigation*/
#navigation ul {
	margin: 0px;
	list-style: none;
	margin-top: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 110px;
}

#navigation li {
	list-style: none;
	margin: 0;
	padding: 6px;
	width: 110px;
	border-bottom: 2px solid #000033; 
	text-align: center;
}


#navigation li a { 
	text-decoration: none;
	color: #000033; 
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#navigation li a:hover { 
	text-decoration: underline; 

}

#navigation .selected { 
	font-weight: bold; 
}

#navigation #logo {
	margin-left: 20px;
	margin-top: 90px;
	width: 155px;
}
/*Content*/
#content #content_images {
	width: 690px;
	float: right;
	margin-top: 20px;
	height: 222px;

}

#content #content_images img {
	margin-left: 0px;
	

}

#content #content_text {
	width: 675px;
	float: right;
	padding-right: 15px;
}

#content #content_text address {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 15px;
}


#content #content_text img {
	border: 1px solid #000033;
	margin: 15px;
	
}

#content #content_text ul {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 15px;
	margin-left: 0px;
	
}
#content #content_text ul li {
		margin-left: 45px;

}

#content #content_text .offer {
	width: 450px;
	border: 1px dashed black;
	background: #CCCCCC;
	margin-left: 80px;
	font-style: italic;
	font-size: 70%;
}



#content a {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000033;
	text-decoration: none;
}


#content a:hover {
	text-decoration: underline;
}

#content .jpgs1 {

}

#content .jpgs2 {
	left: 300px;
	margin-left: 50px;
}


#content .jpgs1 img, #content .jpgs2 img {
	position: absolute;
	border: 1px solid #000033;
	}
	
#content #content_text #menu_object {
	overflow: auto; 
	width: 100%; 
	height: 550px;
	border: none;
}

/*Footer*/
#address address {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-top: 2px;
}

#phone_number {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-top: 2px;
}

#email {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-top: 2px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#credit, #credit a {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin-top: 8px;
}


table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table th {
	background-color: #887E6A; 
	color: white;
	font-weight: bold;
}

table td,
table th {
	padding: 4px;
}

table tr th {
	border: 1px solid white;
}


table tr td {
	border: 1px solid #000033;
	text-align: center;
	
	}
