*{
    margin: 0px;
    padding: 0px;
}
body {
    margin-left: 0px;
	background:url(images/top-bg.jpg) repeat-x;
    color: #666666;
}
img {
    border: none;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
}
header {
    height: 110px;
	text-align:center;
	 margin-top: 40px;
}
#content {
    width: 1000px;
}
footer {
    float: right;
    font-size: 12px;
	margin-bottom: 10px;
}

.templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0 10px 0;
    color: #333333;
	text-align: center;
	border-bottom:1px dotted #000000;
	padding-bottom: 40px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:20px; 
    color:#929292;
	margin-top:10px;
}
.menuislands {
	 color: #FFFFFF;
    font-size: 40px;
    font-style: italic;
    line-height: 1.7em;
    list-style-type: none;
    padding: 40px 0 0 130px;
}
.menuislands ul li
{
	list-style-type: none;
}

.menuislands li a
{
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
}

.menuislands li a:hover { background:#E67E22; }
