/* This is the css with horzontal menu spetest 3 will have the vertical menu */

#container {
	width: 100%;
	Background-color: #f4f4f4;
	margin: 0 auto;
	padding: 0;
	Text-align: left;
}
#header{
	background-color: #ffffff;
	text-align: left;
	margin: -10;
	padding: 0;
	height: 112px;
	overflow: hidden;
}



/* horzontal menu       */

/* this block is the first block of navbar it sets the height and background color */

/* horzontal menu from web */
#navbar { 
	border-top: 3px #000000 solid;
	border-bottom: 2px #000000 solid;
	height: 2em;
	background-color: #F4F4F4;
	
}	
}

#navbar ul
{

margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}
.top-right {
	position:absolute;
	top: 0;
	width: 450px;
	height: 110px;
	padding: 30 75 10 1 px;
}
#navbar ul li { display: inline;
font-weight: bold;
font-size: 1.1em }


#navbar ul li a
{
text-decoration: none;
	
	padding-right: 10px;
	padding-bottom: 1px;
	border-right: 3px #f4f4f4 solid;
	border-left: 3px #f4f4f4 solid;
	border-bottom: 3px #f4f4f4 solid;
	color: #000000;
 	background-color: #F4F4F4;
}

#navbar ul li a:hover
{
background-color: #00c0c0;
	color: #ffffff;
	border-right: 3px #999999 solid;
	border-bottom: 3px #999999 solid;
	padding-top: 20px;
	padding-right: 13px;
	padding-bottom: 1px;
}

/* End of navbar*/


#maincontent {
	background-color: #ffffff;

	margin-right: 39%;
	margin-top: 5px,
	padding: 10px 20px 0 1em;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	background-color: #ffffff;
	text-align: Center;
	Font-size: .8em;
	border-top:2px #000000 solid;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size:1px;
}

h1, h2, h3, h4, h5, h6 {
	Font-family: cambria, "palatino linotype", "book antiqua", "urw palladio l", serf;
	Color: gray;
	font-weight: bold;
}
body {
	font-family: verdana, geneva, "bistream vera sans", "dejavu Sans", sans-serif,
	background-color: #000000
	Margin: 0;
	padding: 0;
	text-align: center;
}

.photo {
	width: 320px;
	font-size: .8em;
	font-style: italic;
	line-height: 1em;
}

.floatRight {
	float: right;
	margin-left: .8em;
}
.floatleft{
	float: left;
	margin-right: .8em;
}


}
#columnright {
	Float: right;
	width: 39%;
	text-align: center;
	padding-top: 40px;
}
