body {
	font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(images/bg.png);
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: left;
	margin: 0;
	padding: 0;
/*	background-color: #c0e9e8;*/
	background-color: #eeeeee;
	/*color: #ffffff;*/
	background-attachment: fixed;
}

a {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
/*	font-style: italic;
}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}

a:hover {
	color: #147;
/*	text-decoration: underline;*/
}

/*code for a test container*/

#small{
	width: 15em;
	height: 2em;
	background-color: #00FF00;
	float: left;
}

/*end test container*/

/*here starts automation.css version 2.0*/

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

div.center {
	width: 980px;
	max-width: 95%;
	min-width: 800px;
	margin: 0 auto;
/*	padding-top: 2em;*/
	text-align: center;
	background-color: #ffffff;
/*	border-left: 1px solid #999999;
	border-right: 1px solid #999999;*/
/*	padding: 0em 1em 1em 1em;
	margin: 0 auto;
	text-align: center;
	width: 90em;*/
}

a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#header{
	height: 60px;
/*	width: 1000px;*/
	width: 980px;
	margin: 0;
	padding: 0;
/*	margin-top: 0;
	margin-left: auto;*/
/*	background-color: #660000;*/
	background: #ffffff url(images/header_bg.png) no-repeat right top;
	background-color: #ffffff;
	position: fixed;
	background-color:#CCFF00;
}

#headerText{
	height: 2em;
	margin: 0em auto;
/*	width: 40em;*/
	padding: 2em 2em 2em 5em;
	float: left;
}

h1{
	margin: 0;
	padding: 0;
	font-size: 2em;
	color: #ffffff;
	opacity: 1;
	background-color: #660000;
	text-align: center;
	font-weight: lighter;
}

#logo{
	height: 60px;
	width: 310px;
	margin: 0;
	padding: 0;
/*	margin-top: 10px;*/
/*	background-image: url(images/logo.png);*/
/*	background-position: center top;*/
	float: left;
	background-color: #00FFFF;
	border: none;
}

.logo{
	margin: 0;
	padding: 0;
	border: none;
}

#navbar{
	/*width: 30em;*/
/*	height: 69px;*/
/*	background-color: #660000;*/
	float: right;
/*	margin-left: 10em;
	margin-top: 3em;
	margin-right: 0em;*/
	padding: 5px 0 0 0px;
	text-align: right;
/*	position: fixed;*/
	width: 300px;
/*	background-color:#FF9900;*/
}

#navbar ul{
	list-style: none;
/*	height: 2em;*/
	margin: 0em 5px 0em 0em;
	float: right;
	padding: 0;
	display: inline;
/*	padding-top: 5px;*/
/*	padding: 1em 1em 1em 1em;*/
/*	background-color: #330000;*/
}

#navbar ul li{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#navbar ul li a, #navbar ul li a:active, #navbar ul li a:visited, navbar ul li a:hover{
	font-size: 1.2em;
	font-weight: lighter;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
/*	padding-bottom: 10px;*/
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 0em;
	margin-right: 0px;
	margin-left: 0px;
/*	background-color: #660000;*/
	text-decoration: none;
/*	border: 1px outset #bb0000;*/
	border-right: 1px solid #bbbbbb;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	width: 120px;
	display: block;
	height: 25px;
}

#navbar ul li a:hover{
	background-color: #ffffaa;
/*	color: #ffffff;*/
/*	border: 1px inset #880000;*/
	opacity: 0.95;
	filter: alpha(opacity = 95);
}

#navbar ul li a.active_page{
/*	margin-top: -30px;*/
	height: 25px;
	opacity: 0.95;
	background-color: #ffffaa;
}

#navbar ul li a.active_page:hover{
	opacity: 0.95;
	filter: alpha(opacity = 95);
}

/******************************** Content *************/

#content{
/*	width: 90em;*/
/*	text-align: right;*/
/*	margin: 120px auto;
	padding-bottom: 20px;*/
/*	border-top: 1px dashed #bb0000;*/
	width: 980px;
	text-align: center;
	padding: 60px 0px 0px 0px;
	background-color: #ffffff;
	margin-left: auto;
	margin-top: 0;
	height: 100%;
/*	float: left;*/
/*	height: 100%;*/
/*	overflow-y: auto;*/
}

#content a/*:link, #content a:active, #content a:visited, #content a:hover*/{
	font-size: 1em;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}

#content a:hover{
	color: #ff0000;
}

								/*	left  navigation bar	*/
#left_navbar{
	width: 130px;
/*	height: 30px;*/
/*	background-color: #660000;*/
/*	float: right;*/
/*	margin-left: 10em;
	margin-top: 3em;
	margin-right: 0em;*/
	padding: 0px 0 0 855px;
	text-align: right;
/*	position: fixed;*/
	margin-top: 60px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#left_navbar ul{
	list-style: none;
/*	height: 2em;*/
	margin: 0em 5px 0em 0em;
	float: right;
/*	padding-top: 5px;*/
/*	padding: 1em 1em 1em 1em;*/
/*	background-color: #330000;*/
	padding: 0;
}

#left_navbar ul li{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#left_navbar ul li a, #left_navbar ul li a:active, #left_navbar ul li a:visited, #left_navbar ul li a:hover{
	font-size: 1.2em;
	font-weight: lighter;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
/*	padding-bottom: 10px;*/
/*	padding-left: 20px;*/
	padding-right: 5px;
	margin-top: 0em;
	margin-right: 0px;
	margin-left: 0px;
/*	background-color: #660000;*/
	text-decoration: none;
/*	border: 1px outset #bb0000;*/
	border-top: 1px solid #bbbbbb;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	width: 130px;
	display: block;
	height: 25px;
}

#left_navbar ul li a:hover{
	background-color: #ddffbb;
/*	color: #ffffff;*/
/*	border: 1px inset #880000;*/
	opacity: 0.95;
	filter: alpha(opacity = 95);
}

#left_navbar ul li a.active_page{
	background-color: #ddffbb;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}

#main_container{
	width: 980px;
/*	height: 550px;*/
	float: right;
	background-color: #FFFFff;
}

								/*	posters	*/
								
.description{
	font-size: 1.2em;
	padding: 30px 350px 30px 30px;
	float: left;
	border-bottom: 1px dashed #990000;
	width: 600px;
	text-align: left;
}

.element{
/*	float: left;*/
	margin: auto;
/*	height: 500px;*/
	float: left;
	border-bottom: 1px dashed #990000;
	width: 980px;
}

.element-description{
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	margin: 200px 0px 20px 20px;
	width: 150px;
	text-align: left;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

.element-content{
	float: left;
	margin: 40px 0px 40px 20px;
}

								/*	design contact	*/
div.outContainer{
	width: 90em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 10px 0 10px;
	/*padding-left: 1em;*/
}

div.outContainer h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	margin-left: 1em;
	font-weight: normal;
}

div.inContainer{
	margin: 1em 2em 1em 0em;
	padding: 1em;
	border: 1px dashed #666666;
	height: 38em;
}

div.left{
	width: 30em;
	float: left;
}
	
div.right{
	width: 48em;
	float: left;
}

div.inContainer p{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: justify;
}

div.inContainer a, a:active, a:visited, a:hover{
	font-style: italic;
}

div.inContainer a:hover{
	background-color: #bbbbbb;
	color: #666666;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

div.inContainer ul{
	list-style: disc;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
}

div.inContainer ul li{
	margin: .5em 0em 0em 0em;
}

								/*	web design samples	*/
.web-element{
/*	float: left;*/
	margin: auto;
/*	height: 500px;*/
	float: left;
	border-bottom: 1px dashed #990000;
	width: 980px;
}

.web-element-description{
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	margin: 41px 0px 20px 20px;
	width: 200px;
	text-align: left;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

.web-element-content{
	float: left;
	margin: 40px 0px 40px 20px;
}