/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	background-color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949392;
	background-repeat: no-repeat;
	background-image: url(../images/top_bg.jpg);
	background-position: top center;
}

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%;
	height:100%;
}

#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;
	width: 385px;
}

#right {
	float: right;
	width: 602px;
}

#right_web {
	float: right;
	width: 602px;

}

#right_print {
	float: right;
	width: 602px;

}

#right_illustration {
	float: right;
	width: 602px;
}

#right_words {
	float: right;
	width: 602px;
}

#right_management{
	float: right;
	width: 602px;
}

#footer {
	width: 987px;
	height: 306px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-position: bottom right;
}

#body_container {
	width: 987px;
	margin-right: auto;
	margin-left: auto;
}

#intro_text {
	height: 128px;
	width: 526px;
	margin-left: 420px;
	margin-top: 45px;
	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px;
	border:2px solid #5c4c3d;
	padding: 5px;
}

/*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;
}





