* {
	color:          black;
    font-family:    Arial;
    font-size:		small;
}

h1 {
	font-weight:    normal;
    font-size:      xx-large;
    font-style:     italic;
	font-family:    Palatino Linotype, Book Antiqua, Palatino, serif;
	margin:         0px 0px 20px 0px;
}

h2 {
	font-size:		large;
	font-weight:    bold;
	font-family:    Palatino Linotype, Book Antiqua, Palatino, serif;
	margin:         5px 0px 0px 0px;
}

img.logo {
	float: 		 	left;
	width:          150px;
}

img.right {
	float: 			right;
}

table, table td, table tr td {
	padding:		0px;
	margin:			0px;
}

body {
	background-image: url('../images/layout/bg.jpg');
	background-position: center 125px;
	background-repeat: no-repeat;
	margin:			0px;
	padding:		0px;
}

#container {
    width:          800px;
    margin:         0px auto;
}

#header {
	height:			125px;
    background-image: url('../images/layout/logo.jpg');
    background-repeat: no-repeat;
    background-position: 20px 3px;
}

#header ul {
	float: 			right;
	margin:			105px 10px 0px 0px;
	padding:		0px;
	list-style:		none;
}

#header li {
	float:			left;
	display:		inline;
	border-right:	1px solid #4a7c2a;
	margin:			0px;
}

#header li:last-child {
	border:			0;
}

#header li a {
	text-decoration: none;
	display:		block;
	padding:		0px 10px;	
}

#header li a:hover {
	text-decoration: underline;
}


#content {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 	20px;
	background:		white;
	margin:			125px 0px 10px 0px;
    padding:        30px 40px;
}



#content img {
    margin:         10px;
}