@charset "utf-8";

/* Entire page or main container styles*/

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 970px;
	background: url(images/970x698_page_bg.jpg);
	background-repeat: no-repeat;
	position: inherit;
}

/* Top logo area*/

#branding {
	height: 97px;
	padding: 0;
}

/* Global nav styles start here*/

#navigation {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 970px;
	height: 42px;
} 

#navigation ul {
	list-style: none;
	margin: 0 auto;	
	margin-left: 5%;
	margin-right: 60%;		
	padding: 0;
	border: 0;
}

#navigation li {
	list-style: none;
	display: inline;
	border: 0;
	margin: 0 auto;
	padding: 0;
}

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	letter-spacing: 1px;
	line-height: 16px;
	margin-top: 0;
	color: #d1d1d1;
	background-color: #686868;
	background-image: url(images/1x698_bg.jpg);
	background-repeat: repeat-x;
}

/* Content */

#content {
	margin: 0 auto;
	padding: 0 auto;
	border: 0;
	width: 970px;
	height: 600px;
	vertical-align: top;
	position:inherit;
	padding-left: 1%;
}


#leftcol {
    float: left;
    width: 27%;
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#rightcol {
    float: left;
    width: 63%;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
}


/* Footer syle */


#footer {
	clear:both;
	text-align: right;
	padding-right: 60px;
	padding-top: 40px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

/* General styles */

img {
	border: none;
	float: none;
} 

li {
	list-style: none;
	display: inline;
}

a, a:hover, a:active a:visited {
	color: #8a8a8a;
}



/* Portfolio temporary big image syle */

#placeholder {
	padding: 0px;
}

