/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949392;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}

input {
	background-color: #84776d;
	border-style: none;
}

textarea {
	background-color: #84776d;
	border-style: none;
}

/*layout divs*/

#container {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/top_bg.jpg);
	background-position: top center;
}

#header {
	width: 987px;
	height: 243px;
	background-image: url(../images/header.png);
	margin-right: auto;
	margin-left: auto;
}

#nav {
	width: 540px;
	height: 35px;
	margin-left: auto;
}

#left {
	float: left;
	height: 550px;
	width: 385px;
}

#right {
	float: right;
	height: 550px;
	width: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-position: bottom left;
}

#right_web {
	float: right;
	height: 2000px;
	width: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-position: bottom left;
}

#right_print {
	float: right;
	height: 2400px;
	width: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-position: bottom left;
}

#right_illustration {
	float: right;
	height: 1000px;
	width: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-position: bottom left;
}

#right_words {
	float: right;
	height: 1300px;
	width: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-position: bottom left;
}

#right_management{
	float: right;
	height: 1000px;
	width: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-position: bottom left;
}

#footer {
	width: 987px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#body_container {
	width: 987px;
	margin-right: auto;
	margin-left: auto;
}

#intro_text {
	height: 128px;
	width: 526px;
	margin-left: 420px;
	margin-top: 45px;
}

/*nav styles*/

#nav ul {
	width:100%;
	height:20px;
}

#nav ul li{
	height:27px;
	float:left;
	padding: 5px;
}

#nav ul li a{
	display:block;
	padding:0 14px;
	color:#949392;
	background-color:inherit;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#nav ul li a:hover{
	color:#84776d;
}


/*content styles*/

.intro_text {
	font-size: 16px;
}

.bold {
	font-weight: bold;
}

.style1 {
	font-size: 16px;
color: #1AB7EA;
}




