@charset "utf-8";
/* CSS Document */

body {
		margin:0px 0px 0px 0px;
		background-color:#555555;
		color:#FFFFFF;
}
#container {
		width:1024px;
		margin:auto;
		position:relative;
		z-index:0;
		background-color: #4A4A4A;
}
#holder {
		width:1024px;
		height:105px;
}

#navigation {
		width:1024px;
		height:59px;
}

#contactbar {
		height:46px;
		background-image:url(images/adn_03.jpg);
}
#leftside {
		width:45px;
		height:370px;
		background-image:url(images/adn_04.jpg);
		float:left;
		background-repeat:repeat-y;
		background-color: #4A4A4A;
}
#main {
		width:693px;
		background-image:url(images/adn_05.jpg);
		float:left;
		background-repeat:repeat-y;
		background-color: #4A4A4A;
}
#contactbg {
		background-image:url(images/adn_06.jpg);
		width:246px;
		height:370px;
		float:right;
		padding-left:5px;
}
#rightside {
		background-image:url(images/adn_07.jpg);
		width:35px;
		height:370px;
		float:right;
		background-repeat:repeat-y;
		background-color: #4A4A4A;
}
/* CONTACT FORM DIV */
#cholder {
		width:239px;
		height:360px;
		
}
.form {
		font-family:Arial;
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
}
.fields {
		font-family:Arial;
		font-size:12px;
		color:#FFFFFF;
		background-color:#f58500;
}
#footer {
		background-image:url(images/adn_08.jpg);
		width:1024px;
		height:72px;
}
.style1 {
		font-family:Arial;
		font-size:12px;
		color:#F58500;
}
.style2 {
		font-family:Arial;
		font-size:12px;
		color:#AFAFAF;
}
.style3 {
		font-family:Arial;
		font-size:12px;
		color:#FFFFFF;
}
.style4 {
		font-family:Arial;
		font-size:18px;
		color:#F58500;
}
a {
		font-family:Arial;
		font-size:12px;
		color: #F58500;
}
a:hover {
		font-family:Arial;
		font-size:12px;
		color: #AFAFAF;
}