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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1C2172;
	margin: 0;
	padding: 0;
	/*font-size: 75%; /*resets 1em to 12px (instead of default 16px)*/
    text-align: left;
	        }
h2 {
	font-size: 1.4em;
	color: #999999;
	line-height: 1.1em;
}

			
/*WRAPPER*/
#wrapper {
	width:1025px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	background-image:url(images/logoleftcrn.jpg);
	background-repeat:repeat-y;
	}

/*HEADER*/
#header {
	height:273px;
	width:1025px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
	
/*LEFT CONTENT*/
#leftcontent	{
	width: 369px;
	float: left;
	padding-top: 79px;
	padding-left: 125px;
	clear: right;
	background-image:url(images/octlogo.jpg);
	background-repeat:no-repeat;
		}

/*RIGHT CONTENT */
#rightcontent	{
	width: 427px;
	float:right;
	padding-top: 79px;
	margin-left: 50px;
	}
#wrapper #rightcontent table {
	border: 0.1em dashed #CCCCCC;
}

	
/*CONTACT NAV*/
#contactnav {
	width:106px;
	height:79px;
	font-size: 1em;
	position: relative;
	line-height: .5em;
	float: right;
	top: 175px;
	}
#wrapper #header h1 {
	color: #C3D021;
	font-size: 1em;
}

	
/*PORTFOLIO NAV*/
#portfolionav {
	width:106px;
	height:79px;
	font-size: 1em;
	position: relative;
	top: 175px;
	line-height: .5em;
	float: right;
	}
	
/*ABOUT NAV*/
#aboutnav {
	width:106px;
	height:79px;
	font-size: 1em;
	position: relative;
	top: 175px;
	line-height: .5em;
	float: right;
	}

/*FOOTER*/
#footer {
	width:1025px;
	height: 21px;
	background-color: #1C2172;

	clear: both;
	text-align: right;
	font-size: 0.6em;
	color:#FFFFFF;
}
a:link {
	text-decoration: none;
	color: #1C2172;
	font-weight: bold;
	font-size: 1em;
}

a:visited {
	text-decoration: none;
	color: #1C2172;
	font-weight: bold;
}
form {
	border: 0.1em dashed #CCCCCC;
	padding: 5px;
}

h1 {
	color: #1C2172;
	font-size: 1em;
}
p {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333333;
}
#wrapper #footer a{
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.smltext {
	font-size: 0.7em;
	color: #666666;
}

