* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: black;
}

img {
	border: 0px;
}

body { 
	background-color: #efefef; 
	font-family: Trebuchet ms;
	font-size: 13px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: #fff;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#top {
	width: 770px;
	height: 100px;
	background-image: url('/webpage/top_c.jpg');
}

#top .flags {
	float: left;
	margin-top: 4px;
	margin-left: 2px;
}

#menu {
	width: 730px;
	padding: 0px 20px 0px 20px;
	border-bottom: 1px solid black;
	font-size: 11px;
	background-color: #666;
	font-family: arial;
	font-weight: bold;
	overflow: visible;
}

#menu ul.left {
	float: left;
}

#menu ul.right {
	float: right;
}

#menu li.left {
	display: inline;
	margin-right: 25px;
}

#menu li.right {
	display: inline;
	margin-left: 15px;
	font-weight: normal;
}

#menu ul.left a:link { text-decoration: none; color: #ddd; }
#menu ul.left a:visited { text-decoration: none; color: #ddd; }
#menu ul.left a:hover { text-decoration: none; color: #fff; }

#menu ul.right a:link { text-decoration: none; color: #aaa; }
#menu ul.right a:visited { text-decoration: none; color: #aaa; }
#menu ul.right a:hover { text-decoration: none; color: #ddd; }

a:link.admin { display: block; float: right; margin-right: 10px; text-align: right; text-decoration: none; color: #a00; }
a:visited.admin { display: block; float: right; margin-right: 10px; text-align: right; text-decoration: none; color: #a00; }
a:hover.admin { display: block; float: right; margin-right: 10px; text-align: right;text-decoration: none; color: #f00; }

#content {
	width: 770px;
}

#forms {
	width: 770px;
	background-color: #efefef;
}

#footer {
	text-align: center;
	margin: 60px 0px 5px 0px;
	color: #666;
	font-size: 11px;
}

#footer img {
	margin-left: 2px;
}

#editor table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

#content table.prod {
	margin: 20px auto 0px auto;
}

#content td.prod {
	padding: 10px;
	font-family: arial;
	font-size: 11px;
	color: #700;
	text-align: center;
}

#content td img {
	border: 1px solid #999;
}

.red {
	color: #700;
	text-align: left;
}

#desc {
	text-align: center;
}

#hpics {
	text-align: center;
	margin: 5px 10px 5px 10px;
}

