@charset "UTF-8";

html{	
	width: 100%;
	height: 100%;
}

* {
	padding: 0;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	line-height:15px;
}

ul {
	padding-left:30px;
}

p, blockquote, td, div {
	font-size:12px;
}

a img{
	border:0;
}

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

.clear{
	clear:both;
}

#container {
	width: 760px;
	text-align:center;
	min-height: 100%; 
	margin: 0 auto; 
}

#header {
	width: 760px;
	height: 266px;
}

#menu {
	width: 760px;
	height:52px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
}

.menu{
	width:460px;
	text-align:center;
	font-size:12px;
	float:right;
}
.menu a {
	text-transform:uppercase;
	text-decoration: none;
	color:#496262;
}
.menu a:hover {
	background-color:#999999;
}

#middle {
	width:760px;
	height:100%;
}

#left {
	width: 284px;
	height: 167px;
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
	float:left;
}

#content {
	width: 460px;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	float:left;
	text-align:justify;
	padding-left:10px;
}

#footer {
	width: 760px;
	height:90px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

h1 {
	color: #496262;
	margin:5px;
	font-weight:normal;
	font-style:italic;
}

h2 {
	color: #a2a086;
	margin:5px;
	font-weight:normal;
	font-style:italic;
}


.small p {
	font-size:9px;
	text-align:right;
	line-height: 90px !important;
}

blockquote {
	padding-left:30px;
}
