* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial,helvetica,sans-serif;
	font-size: 80%;
	colour: #333;
	background: #caad0a url('/images/background.gif') top left no-repeat;
	overflow-x: hidden;
}

.center {
	text-align: center;
}

h1,p,blockquote {
	margin-bottom: 1em;
}

blockquote {
	margin-left: 2em;
}

h2,h3,h4,h5,h6 {
	margin-bottom: 0.5em;
}

large {
	font-size: 120%;
}

#container {
	width: 1000px;
}

#header {
	height: 360px;
}

#logo {
	position: absolute;
	top: 150px;
	left: 210px;
}

#flowerbg {
	position: absolute;
	left: 738px;
	top: 0;
}

#cod {
	position: absolute;
	top: 300px;
	left: 860px;
}

#menu {
	margin-top: -30px;
	margin-left: 20px;
	float:left;
	list-style: none;
}

#submenu {
	list-style: none;
	height: 25px;
}

#submenu li {
	margin-top: -30px;
	display: block;
	float: left;
}

#content {
	margin-left: 150px;
	width: 600px;
}

table td {
	vertical-align: top
}

