* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000033;
;
	background: no repeat;
	background-repeat: no-repeat;
}

img {
	border: none;
	background-image: url(images/bg.jpg);
}
a { color: #000066; text-decoration: none; }
a:hover { text-decoration: underline; color : #4772C1; }

#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 150px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 55px 0 5px 0;
}
#header h1 a {
color: #334436;
text-decoration: none;
}
#header h1 a:hover {
color: #555;
text-decoration: none;
}
#header h2 {
color: #555;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}
#menu ul
{
	margin:0px;
	width:150px;
	float:right;
	margin-bottom: 20px;
	margin-top: 80px;
	background-color: #CCCCCC;
	
}

#menu ul li
{
	list-style:none;
	display:inline;
}

#menu ul li a
{
	border-left:8px solid;
	text-decoration:underline;
	color:#333333;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	display:block;
	margin-bottom:2px;
	padding: 5px;
	border-left-color: #4772C1;
}

#menu ul li a:hover
{
	border-left:8px solid;
	border-left-color: #666666;
	background-color: #4672BB;
	text-indent: 20px;
	background-image: url(Images/menu.jpg);
	color: #FFFFFF;
}
#content {
padding: 10px;
}
#contact {
	padding: 15px;
	width: 400px;
	border: 1px dotted;
	margin: auto;
	}
#contact2 {
	padding: 25px;
	width: 400px;
	border: 1px dotted;
	margin: auto;
}

.left {
	width: 568px;
	float: left;
	text-align: justify;
	padding-right: 15px;
	border-right: 1px dotted;
	margin-top: 90px;
}
.left h2 {
	color: #4772C1;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: 100;
	background-image: url(Images/keys4.gif);
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height: 30px;
}
.left h5 {
	color: #4772C1;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: 100;
	background-image: url(Images/copy.gif);
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height: 30px;
}

.right {
	width: 160px;
	float: right;
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 15px;
color: #000000;
line-height: 30px;
}
.right a { text-decoration: none }
.right a:hover {
	text-decoration: underline;
	color : #000000;
}
 

#footer {
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 10px;
}
