/* CSS Document */

* {
	padding:0;
	margin:0;
}

body{
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#FFF;
	background: url(../images/bg2.png) repeat-x;

	color: #333;
}

a {
	text-decoration:none;
	color: #333;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:18px;
	margin-bottom:24px;
}

h3 {
	font-size:12px;
	text-decoration:underline;
}

a:hover, a.email {
	text-decoration:underline;
	color:#A00
}

img {
	border-width:0;
}

ol {
	margin-bottom: 24px;
}

ol li {
	margin-left:26px;
}

i {
	clear:both;
}

#header {
	display: block;
	text-align: center;
}

#headerLeft {
	width: 20%;
	height:49px;
	float:left;
	border-bottom:#A00 0px solid;
	border-right:#A00 0px solid;
	padding: 0 20px 0 0;
}

#headerMain {
	width:860px;
	font-weight:bold;
	margin-left: 20%;
	margin-right: auto;
	text-align: right;
	border-bottom:#A00 0px solid;
	padding-right: 20px;
	padding-left:20px;
}

#container {
	display: block;
	text-align:center;
}

#contentMenu {
	float: left;
	width: 20%;
	border-right:#A00 0px solid;
	padding: 20px 20px 8px 0;
	text-align: right;
	height: 400px;
}

#content {
	padding: 20px 0 8px 50px;
	width:880px;
	margin-left: 20%;
	margin-right: auto;
	text-align: left;
}

#content p {
	margin-bottom: 24px;
}

#contentMenu p {
	margin-bottom: 24px;
}

.footer {
	text-align:right;
}

.pic  {
	display:inline;
}

.pic img {
	margin-left:30px;
	margin-bottom: 20px;
	width: 20%;
}
}
