body { /* background of the screen */
  	text-align: center;
  	margin-top: 0px;
	background: #e5e5e5 url(images/greybackground.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50% 50%;

}

#container {
	width: 900px ;
	margin-left: auto ;
	margin-right: auto ;
	background-image: url(images/background.gif);
	min-height: 1000px
}

#header {
	text-align: left ;
	padding-left: 0px;
	padding-top: 0px;
	height: 212px;
	/* background: url(images/rotate/rotate.php) no-repeat center top; */
	/* background-image: url(images/rotate/header1.jpg); */
	background-repeat: no;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: +0.5px;
	line-height: 180px;
	font-weight: bold;
	color: #275071;
}

#content {
	margin-right:  240px;
	text-align: left ;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: +0.5px;
	line-height: 15px;
}

#content a:link {
	color: #275071;
	font-weight: bold;
}

#content a:visited {
	color: #275071;
	font-weight: bold;
}	

#content a:hover {
	color: #999999;
	font-weight: bold;
}

#standoutpicture {
	position:relative; 
	z-index:1;
}

#standouttext {
	position:relative; 
	top: -300px; 
	left: 200px; 
	width: 400px;
	height: 5px;
	font-family: Times, serif;
	font-size:30px; 
	Color: silver;
	text-align: center;
	line-height: 22px;
	z-index:2;
}


/* Start layout of the right menu */
#navbar {
	float: right;
	width: 200px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* font-weight: ; */
	color: black;
	text-align: left ;
	/* background: green; */
}

#navbar h3 {
	text-align: left ;
	color: #275071;
	letter-spacing: -0.5px;
	font-size: 17px;
	margin-bottom: 0px;
}

#navbar p {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
}

#navbar a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#navbar a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}	

#navbar a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#menubox {
	width: 200px;
}

#menubox ul { /* layout of the menu list */
	width: 200px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	list-style-type: square;
}

#menubox li {
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	font-size: 14px;
}

.menuline { /* space below the line */
	padding: 0px 0px 15px 0px;
}

#Contact p{
	line-height: 17px;
}

#Contact a:link {
	font-size: 11px;
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

#Contact a:visited {
	font-size: 11px;
	color: black;
	text-decoration: underline;
	font-weight: normal;
}	

#Contact a:hover {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

#Supplier {
}


/* End layout of the right menu */

#footer {
	clear: all ;
	Height: 50px;
	/* background-color: green; */
}

