html { 
        margin: 0px; 
        padding: 0px; 
}
 
h1 { 
        font-size: 1.1em; 
        font-leading: 1.2em; 
} 
p { 
        font-family: Verdana, Arial, sans-serif; 
        line-height: 2em; 
        font-size: x-small; 
        color: #e2e2e2;
}

.orange { 
        color: #d56e09; 
} 
.dark { 
        color: #2c2c2c; 
}

a:link { 
        color: #ffffff; 
        text-decoration: none; 
} 
a:visited { 
        color: #ffffff; 
        text-decoration: none; 
} 
a:hover { 
        color: #d56e09; 
        text-decoration: underline; 
} 
a:active { 
        color: #868686; 
        text-decoration: none; 
}


a.button {
	background-color: #d56e09;
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px;
	text-align: center;
	background-position: center;
}

a.button:hover {
background-color: #2c2c2c;
text-decoration: none;
}


.box {
	font-size: x-small;
	color: #FFFFFF;
	background-color: #d56e09;
	background-position: center;
	text-align: center;
	padding: 7px;
	margin: 0px;
}



body { 
        font-family: Verdana, Arial, sans-serif; 
        font-size: 1.1em; 
        color: #e2e2e2; 
        text-align: left; 
        margin-top: 0px; 
        margin-right: auto; 
        margin-bottom: 0px; 
        margin-left: auto; 
        line-height: 2em; 
        /*background-image: url(http://www.creativefractals.com/images/bg.jpg); 
        background-repeat: repeat-x;*/
		background: url(../images/bg.jpg) repeat-x #2c2c2c; 
} 
 
 
#wrapper { 
        margin:0px auto 0px auto; 
        background: url(../images/bg.jpg) repeat-x #2c2c2c; 
        width:664px; 
        position:relative; 
}

#wrapper #container { 
        width: 664px; 
        text-align: left; 
        background-repeat: repeat-x; 
} 
#container #header { 
        float: left; 
        width: 194px; 
        height: 70px; 
        padding: 80px 20px 50px 450px; 
        background-image: url(../images/bg-logo.jpg); 
        background-repeat: no-repeat; 
        background-position: left top;
        font-size: x-small;
		line-height: 1.3em; 
} 
#main { 
        float: left; 
        width: 170px; 
        background-color: #e2e2e2; 
        border-top: 4px solid #d2d0d0; 
        padding: 20px; 
        margin: 4px 0px; 
        height: 278px; 
        font-size: x-small; 
}
#slideshow { 
        float: left; 
        width: 450px; 
        margin: 4px 0px 4px 4px; 
        height: 323px; 
} 
 
#sec { 
        background-color: #2c2c2c; 
        float: left; 
        width: 664px; 
        width: 421px; 
        text-align: left; 
        margin: 0px; 
        height: auto; 
        background-repeat: no-repeat; 
        background-position: left top; 
        padding-top: 30px; 
        padding-right: 29px; 
        padding-bottom: 30px; 
        padding-left: 214px; 
        font-size: x-small; 
        line-height: 1.5em; 
} 
link box {
	color: #ffffff;
	background-color: #d56309;
	background-position: center;
	margin: 3px;
}
#footer { 
        background-color: #2c2c2c; 
        float: left; 
        width: 624px; 
        font-size: x-small; 
        text-align: center; 
        padding-top: 10px; 
        padding-right: 20px; 
        padding-bottom: 20px; 
        padding-left: 20px; 
        border-top: 1px solid #595959; 
        color: #868686; 
}
.grey { 
        color: #868686; 
}
