a { 
	text-decoration: none;
	color: #F7941D;
}

body
{
	font: 80%  Arial, Helvetica, Verdana,sans-serif;
	margin: 0;
	/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	background-color: #002839;
	color: #3E3D40;	
}

img.alignright {
float:right; margin: 0 0 15px 15px; 
}

img
{  border-style: none;
}

#btnContact {
	border: 0;
	width: 100px;
	position: absolute;
	left: 691px;
	top: 479px;
}

h1 {
	color: #3B5469;
	font-weight: bold;
	font-size:100%;
}

h2 {
	color: #F7941D;
	font-weight: bold;
	font-size:110%;
	margin: 0px;
}

h3 {
	color: #F7941D;
	font-weight: bold;
	font-size:90%;
	margin: 0px;
}

p {
	margin:0px;
	margin-bottom:6px;
	color: #3E3D40;	
}

strong {
	color: #F7941D;
}

input[type="text"], textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #5d85a9;
    width: 370px;
}

.contactSend
{
	background: url(images/contact_send.png) no-repeat;
	border: none;
	cursor: pointer;
	width:60px;
	height:28px;
	font-size: 0px;
}

input[type="text"]:focus, textarea:focus
{
    border: solid 1px #f7941d;
}
