* {
	margin:0;
	padding:0;
}
body  {
	margin-top:20px;
	font-family:calibri, Helvetica, sans-serif;
	font-size:13px;
	background: #272727;
	color: #dddddd;
}
a {
	color:#dddddd;
		text-decoration:none;

}
a:hover {
	color:#897442;
}
h1, h2, h3 {
	color:#897442;
}
#container_home { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:830px;
	background: #000000 url(../images/home.jpg) left top no-repeat;
	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. */
} 
#container_gallery { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:750px;
		background: #000000 url(../images/gallery.jpg) left top no-repeat;
	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. */
} 

#container_journalism { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:750px;
	
		background: #000000 url(../images/journalism.jpg) left top no-repeat;

	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. */
} 
#container_press { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:750px;
	background: #000000 url(../images/press.jpg) left top no-repeat;
	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. */
} 
#container_company { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:750px;
	background: #000000 url(../images/company.jpg) left top no-repeat;
	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. */
} 
#container_contacts { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:750px;
	background: #000000 url(../images/contacts.jpg) left top no-repeat;
	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. */
} 

#header {
	text-align:left;
	margin-bottom:10px;
	margin-left:10px;
} 
#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 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:48px;
}
#header span {
	margin-left:450px;

}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 290px;
	height:550px;
	margin-left:20px;
 /* 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 */
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
margin-left:10px;
}
#sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 550px;
	margin-top:-350px;
	margin-right:400px;
}
#sidebar4{
	float: left; /* since this element is floated, a width must be given */
	width: 500px;
		height:550px;
		margin-left:20px;
			
 /* 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 */

	 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 */
}
#sidebar5{
	float: left; /* since this element is floated, a width must be given */
	width: 900px;
		height:165px;
		overflow:hidden;
		margin-bottom:10px;
			
 /* 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 */

	 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 */
}
#sidebar6{
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
		height:500px;
				margin-left:10px;
				
	
 /* 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 */

	/* 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 */
}


#sidebarx{
	float: left; /* since this element is floated, a width must be given */
	width: 70%;
		height:100%;
				margin-left:20px;
				
	
 /* 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 */

	 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 */
}


#sidebar7 {
	float: left; /* since this element is floated, a width must be given */
	width: 550px;
	margin-top:-580px;
	margin-right:400px;
	margin-left:10px;
}



#footer {
	text-align:center; 
} 
#footer p {
	padding:20px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}






#menu {
	margin-top:120px;
text-align:center; 
	width:1000px;
	height:75px;
}
#menu ul {
	padding-top:20px;
	
}


/*
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
	color:#897442;
}
#navlist li a {
	font-size:18px;
	color:#897442;
	text-decoration:none;
	font-weight:bold;
}
#navlist li a:hover, #navlist li a:active {
	font-size:18px;
	color:#cccccc;
	text-decoration:underline;
	font-weight:bold;
}


*/

#navlist { padding-left: 10px; color:#897442;font-size:15px;}
#navlist ul {display: inline; list-style-type: none; padding-right: 20px; color:#897442;}
#navlist li {display: inline; list-style-type: none; padding-right: 20px; color:#897442;}
#navlist a {display: inline; list-style-type: none; padding-right: 20px; color:#897442;}
#navlist .active a {display: inline; list-style-type: none; padding-right: 20px; color:#dddddd;text-decoration:underline;}
#navlist a:hover {display: inline; list-style-type: none; padding-right: 20px; color:#dddddd;text-decoration:underline;}


/* --------------------------------------begin border----------------------------------*/


.inside {
    padding: 0px 10px 0px 10px;
	height: 100%;
		text-decoration:none;

}


.inside p {
	padding: 0.2em 0 1em;
	text-decoration:none;
	
}

.inside_s1 p {
	padding: 0.2em 0 1em;
		text-decoration:none;


	text-align: justify;
}

.inside_s2 p {
	padding: 0.2em 0 1em;
	text-align: left;
	margin-left:40px;

	text-decoration:none;

	
}
	

	

/* --------------------------------------end border----------------------------------*/
#content .inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px}
