﻿:focus {
	outline: 0;
}
a:focus { outline: none; }

body {
	margin-top: 50px;
	background-color: #21201E;
	font-weight: bold;
	color: white;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
}

#container {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/*border:1px silver solid;*/
}

#logo {
	float: left;
	width: 130px;
	height: 100px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
}
	
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #21201E;
	float: right;
	width: 535px;
	height: 45px;
	padding-top: 50px;
}

/* Navigation Styles */
#top_nav ul {
	list-style-type: none;
	width: auto;
	height:30px;
	margin: 0;
	padding-top: 20px;
}

#top_nav li {
	float: left;
	margin-left: 18px;
}

#top_nav a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin: 0 1px;
	padding: 5px;
}

#top_nav a:hover {
	text-decoration: none;
	color: #d7c300;
	/*background-color: #F5FFFA;*/
}
#home .home, #company .company, #contact .contact, #news .news, #portfolio .portfolio, #contact .contact, #services .services {
	text-decoration: none;
	color: #d7c300;
}

/*#left {
	background-color: #21201E;
	float: left;
	width: 400px;
	height: auto;
	border-style:solid;
	border-width: 1px;
	border-color: silver;
}*/

#content {
	background-color: #21201E;
	float: right;
	width: 750px;
	height: auto;
	margin-top: 40px;
}

#footer {
	padding: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
}

/* Footer Styles */
#footer p {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 11px;
	color: #999;
}
/* #footer a {
	color: silver;
	text-decoration: underline;
}
#footer a:hover {
	color: #DDDDDD;
	text-decoration: none;
} */

img {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	border:1px fuchsia solid;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 21px;
	font-weight: bold;
	color: silver;
	line-height: 24px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: silver;
	/*margin-top:15px;*/
	line-height: 22px;
}

p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	margin: 3px 0px;
	padding-bottom: 9px;
	/*text-indent: 25px;*/
}
a {
	color: #C0C0C0;
	text-decoration: none;
}
a:visited {
	color: #C0C0C0;
	text-decoration: none;
}
