@charset "utf-8";

/* CSS Document */



* {

margin:0;

padding:0;

}



body {

background-color:#3c260e;

font-family:Trebuchet MS, Arial, Helvetica, sans-serif;

color: #ffffff;

font-size:12px;

background-image:url(images/bg.jpg);

background-repeat:no-repeat;

}



p {
	padding:1px 2px 10px 10px;
	text-align:justify;
}



a {

color: #ffffff;

text-decoration:none;

}



a:hover {

color: #f4af38;

}



img {

border: 0;

}



h1 {

font-size:18px;

font-weight:normal;

text-transform:uppercase;

border-bottom:2px dotted #f4af38;

width: 450px;

}



h2 {

background-image:url(images/bullet.png);

background-repeat:no-repeat;

padding-left:24px;

margin-top: 10px;

font-size: 14px;

font-weight:700;

color:#f4af38;

}



#wrapper {

}



#leftCol {

width:400px;

float:left;

min-height:800px;

}

	

	.htmlMenu {

	margin-left:50px;

	margin-top: 30px;

	}

	

	.htmlMenu li {

	background-image:url(images/bullet.png);

	background-repeat:no-repeat;

	background-position: left;

	

	list-style-type:none;

	font-size:16px;

	padding:3px 0 3px 24px;

	}

	

	.htmlMenu a:hover {

	border-bottom:2px dotted #f4af38;

	}



#rightCol {

float:left;

width:500px;

min-height:800px;



}



	#logo {

	margin-bottom:80px;

	margin-left:50px;

	margin-top:120px;

	}

	

	#content {

	margin-left:50px;

	}

	

		.portfolio {

		width:582px;

		margin-left:-15px;

		}

		

			.folioTop{

			background-image: url(images/foliotop.png);

			background-repeat:no-repeat;

			height:16px;

			}

			

			.folioMiddle{

			background-image: url(images/foliomiddle.png);

			background-repeat:repeat-y;

			min-height:25px;

			padding-left:20px;

			padding-top:10px;

			}

				

				.folioP {

				padding-right:50px;

				margin-right:25px;

				}

				

			

			.folioBottom{

			background-image:url(images/foliobottom.png);

			background-repeat:no-repeat;

			height:71px;

			}

				

				.backArrow{

				float:left;

				margin-left:332px;

				margin-top:20px;

				}

				

				.nextArrow{

				margin-right:50px;

				margin-top:15px;

				float:right;

				}



#footer {

clear:both;

margin-left: 50px;

font-size:10px;

}



#imagePreloader {

width:66px;

margin-left:205px;

margin-top:109px;

padding-bottom:110px;

}

