* {
	margin:0;
	padding:0;
}

body, html {
    margin: 0px;
    padding: 0;
}

body {
    min-width: 760px;
}

#wrap {
    margin: 0 auto;
    width: 760px;
    padding: 10px 0px 10px 0px;
}

#banner {
    background-color: #789878;
    width: 760px;
    height: 100px;
    border-bottom: 1px solid #FFFFFF;
}

#content {
    background-color: #E9E9E9;
    float: left;
    width: 559px;
    height: 602px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}

#content p {
	margin: 5px 15px 15px 15px;
}

#content a {
	text-decoration: none;
	font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF6600;
}

#content a:hover {
	text-decoration: none;
	font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF8800;
}

h1 {
	margin: 10px 15px 5px 15px;
	font-size: 24px;
	color: #777777;
}

h2 {
	margin: 25px 15px 5px 15px;
	font-size: 16px;
	color: #777777;
}

.boldpara {
    font-weight: bold;
}

#sidebar {
    width: 200px;
    height: 603px;
    float: right;
}

#sideone {
	background-color: #7F7F7F;
    width: 200px;
    height: 200px;
    border-bottom: 1px solid #FFFFFF;
}

#sidetwo {
	background-color: #7F7F7F;
    width: 200px;
    height: 200px;
    border-bottom: 1px solid #FFFFFF;
}

#sidethree {
	background-color: #7F7F7F;
    width: 200px;
    height: 200px;
    border-bottom: 1px solid #FFFFFF;
}

#footer {
    background-color: #789878;
    background-image: url(../images/bottom.gif);
    width: 760px;
    height: 25px;
    clear: both;
}

#footer p{
	font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 5px 0px 0px 10px;
}

img {
	display: block;
}


/*..............................Navigation Section */

#navbar {
    background-color: #FF6600;
    width: 760px;
    height: 25px;
    border-bottom: 1px solid #FFFFFF;
}

#navbar ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    list-style: none;
    color: #FFFFFF;
}

#navbar li {
	position: relative;
    display: inline;
    float: left;
}

#navbar li ul {
	position: absolute;
	left: 10px;
	top: 25px;
	display: none;
}

#navlist li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 10px 5px 10px;
	float: left;
}

#navlist li a:hover {
	color: #FFFFFF;
	background-color: #FF8800;
	text-decoration: none;
}

#navbar li ul li {
	display: block;
    clear: both;
	background-color: #FF6600;
    width: 140px;
    height: 25px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 0px 0px 0px 0px;
}

#navbar li ul li a {
	display: block;
    width: 120px;
}

#navbar li:hover ul, #navbar li.over ul  {
	display: block;
}

#navabout, #navwhat, #navbeauforts, #navbenquiry, #navlepraz {
	border-top: 1px solid #FFFFFF;
}

#navpreemail {
	padding: 4px 0px 0px 16px;
}

#navemaillink {
	padding: 4px 10px 0px 5px;
}

#navemaillink a {
	color: #FFFFFF;
	text-decoration: none;
}

#navemaillink a:hover {
	color: #E9E9E9;
}

/*..............................End */