@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:850px;
	background-image:url(../images/corkboard.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #containerservices {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:850px;
	background-image:url(../images/corkboard2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #containercontact {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:850px;
	background-image:url(../images/corkboard3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #containerportfolio {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:850px;
	background-image:url(../images/corkboard4.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(../images/businesscard);
	background-repeat:no-repeat;
	height: 150px;
	background-position: 75px 25px;
	padding: 20px 75px 0 0;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
}

.oneColFixCtrHdr #header ul.nav{
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	
}
.oneColFixCtrHdr #header ul.nav li {
	display:inline;
	float:right;
	
}

.oneColFixCtrHdr #header ul.nav a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background:none;
	text-decoration:none;
	padding: 5px 5px 5px 15px;
	margin-left: 8px;
}

.oneColFixCtrHdr #header ul.nav .internal:link { color:#000}
.oneColFixCtrHdr #header ul.nav .internal:visited {color:#666}
.oneColFixCtrHdr #header ul.nav .internal:hover {color:#CCC}
.oneColFixCtrHdr #header ul.nav .internal:active {color:#999}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:700px;
	width: 600;

}

.oneColFixCtrHdr #mainContent a{
	color:#000;
}

.oneColFixCtrHdr #sidebar1{
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

.oneColFixCtrHdr #images {
	margin-left:150px;
	width:550px;
}

a img {
	border:none;
}

.oneColFixCtrHdr #topArticle{
	margin-top:15px;
	margin-left:95px;
	height: 250px;
	width:300px;
	padding: 15px 10px;
	}
.oneColFixCtrHdr #topArticle2{
	margin-top:0;
	margin-left:135px;
	height: 370px;
	width:380px;
	
	}
	
.oneColFixCtrHdr #topArticle2 ul{
	list-style:disc;
	margin-top:0;
	margin-left:0;
}

.oneColFixCtrHdr #topArticle2 li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	background:none;
	text-decoration:none;
	margin-left: 0;
	margin-top:0;
	margin-bottom:0;
	line-height:25px;
	
}

.oneColFixCtrHdr #topArticle2 a{
	text-decoration:none;
	color:#666;
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:20px;
	text-align:center;
}

.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:20px;
	text-align:left;
}
.oneColFixCtrHdr #mainContent p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 20px;
	padding-right: 20px;
	margin-top: 0;
}

.oneColFixCtrHdr #bottomArticle{
	margin-top:20px;
	margin-left:150px;
	list-style-type:none;
	height:150px;
	width:200px;
	padding: 15px 5px;
	}
	
.oneColFixCtrHdr #rightArticle{
	margin-top:-60px;
	margin-left:285px;
	height:250px;
	width:200px;
	padding: 0px 5px;
	}
	
.oneColFixCtrHdr #rightArticle2{
	margin-top:10px;
	margin-left:345px;
	height:240px;
	width:285px;
	
	
	}
	

	
.oneColFixCtrHdr h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	margin-bottom:0;
	line-height:14px;
}

.oneColFixCtrHdr #rightArticle2 p{
	margin-top:10px;
	font-size:12px;
}

.oneColFixCtrHdr #rightArticle .ul{
	list-style-type:disc;
	margin-left:0;
	margin-top:0;
}

.oneColFixCtrHdr  #rightArticle li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	background:none;
	text-decoration:none;
	margin-left: 0;
	margin-top:0;
	margin-bottom:0;
	line-height:14px;
}

.oneColFixCtrHdr #rightArticle a{
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:0;
	line-height:4px;
}


