/***--- CSS document ~ Melingoed Ltd ---***/

/*-- basic elements --*/
#Melin {
	font: 10pt "Trebuchet MS", Arial;
	color: #555753;
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/body_bg1.jpg) repeat top left;
	text-align: center;
	}

h1  { /** turn off html headers **/
	display: none;
	}
h2  {
	display: none;
	}

h3 {
	padding-left: 10px;
	padding-top: 10px;
	color: #0a775c;
	font-size: 15px;
	}
/*
*Common basic div's
*------------------
* page container - width 760px 
*/
#content {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/auc_fade.jpg);
	}
#content_about {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/auc_fade_small.jpg);
	}
#container {
	text-align: left;
	margin: 10px auto; /* make sure page is central in all browsers, all resolutios*/
	width: 760px;
	border: 2px solid #8c6239;
	background-color: #fff;
	background-position: center center;
	}
	
#page_header {
	width: 760px;
	background: #fff url(../images/header.jpg) no-repeat top left;
	height: 210px;
	}

/**
* Navigation bar 
* --------------
* Horizontal navigation bar 
* Common to all site pages
*/
#nav_bar {
	width: 760px;
	height: 25px;
	padding-top: 100px;
	
	}

#nav_bar ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 125px;
	padding-left: 10px;
	list-style: none;
	height: 20px;
	width: 477px;
	}

#nav_bar li {
	float: left;
	}

/*
* Side bar 
* --------
* Side element used to host quick search and other functional items
* max allowed width: 165px, height: variable
*/
#side_bar {				/* Basic side element */
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	float: left;
	width: 160px;
	}

#side_menu {
	width: 150px;
	}

#side_menu_top {
	width: 150px;
	height: 18px;
	background: #fff url(../images/menu_top.gif) no-repeat top left;
	}

#side_menu_bottom {
	margin-top: 1px;
	width: 150px;
	height: 18px;
	background: #fff url(../images/menu_bottom.gif) no-repeat top left;
	}
	
/**
* Site content elements
* ---------------------
* Elements governing general site static content
* and shared static parts of dynamic pages.
**/

#content_under {
	height: 250px;
	}

#content_under img {
	margin: 60px 0px 0px 300px;
	}

/*
*Site footer 
*/
#footer{
	clear: both;
	text-align: center;
	width: 760px;
	height: 100px;
	background: #fff url(../images/footer.jpg) no-repeat top left;
	margin: 5px 0px 0px 0px;
	}

#copyright {
	text-align: center;
	} 

#copyright p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	}

#copyright a:link {
	color: #0033FF;
	}

#content_submit {
	margin: 0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	background-color: #f2f2f2;	
	}
	