* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #333333;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../../images/bg.jpg);

}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	word-spacing: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	color: #CCCCCC;
	font-weight: bold;
}





#wrap {
margin: 0 auto;
width: 800px;
}

#header {
	height: 150px;
	background-color: #fff;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;

}

#menu {
height: 30px;
line-height: 30px;
background: #fff url(../../images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
	display: block;
	float: right;
	font-size: 16px;
}
#menu ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #999999;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#menubottom { 
background: #fff url(../../images/menubottom.jpg) no-repeat;
padding: 5px 0;
}

#content {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #B9B9B9;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 180px;
	padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #B9B9B9;
color: #fff;
font-size: 13px;
}
.left ul {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
.left ul li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 4px;
	line-height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
}
.left ul li a:hover {
	color: #CCCCCC;

}
.articles {
	padding: 10px;
}

.footer {
	margin-top: 30px;
	text-align: center;
	font-size: 9px;
	color: #CCCCCC;
	border-top: 1px dotted #aaa;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 8px;
}
.footer a {
	color: #CCCCCC;
}
.footer a:hover { color: #111; }


.thumbnail {
border: 2px solid white;
padding: 0px;
}
