html { height: 100%;}
body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 13px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-Serif;
	height: 100%;
	background-color: #5b6c78;
}

img {
    border-width: 0px;
}

h1 { 
    font-family: Arial, Verdana, helvetica;
    font-size: 1.2em;
}

label { display:block; color:#000;}

a {
    color: #41699c;
    text-decoration: none;
}
 
.shape { font-family: Webdings, Arial; font-size: .8em;}

ul {
	margin: 0px 0px 0px 2px; padding: 0px 0px 0px 0px;
	list-style-type: none;
	color:#ffedbc;	
}

    ul li { padding:3px 0px;}

input, textarea {
	font-size:9pt;
	font-family: Arial, Helvetica, Sans-Serif; 
	width:190px;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#mainright{
	background-color:#fff; 
	width:50%; 
	float:right; 
	margin:0px;
	height:100%;
	position:relative;
	min-height:650px;
	height:1130px;
}

#header{
	margin:0px;
	font-family: Georgia, 'Times New Roman';
	font-size:1.5em;
	color:#996125;
	margin-left:-120px;
	top:60px;
	text-align:center;
	position:absolute;
}
#header1{
	font-size:2.2em;
	top:60px;
	color:#996125;
	left:-66px;
	font-family:Georgia;
	position:relative;
}

#content{
	width:510px;
	left:-251px;
	position:relative;
	top:100px;
}

#content-left {
	width:200px;
	padding:20px;
	position:relative;
	float:left;
	background-color: #5b6c78;
	color:#fff;
}

    #content-left h1 { 
        color:#fff; 
        background-color: #5b6c78;
    }
    
.portfolio img {
    padding: 4px;
    border: #2f4454 2px solid;
    background-color: #ececec;
}
    
#content-right{
	padding:20px;
	position:relative; 
	top:0px;
	left:0px;
	width:216px;
	background-color:#fff;
	float:right;
}

#content-right p { clear:both;}

    #content-right h1
    {
	    color: #78899a;
    }
    
    #content-right a {
	    color: #5b6c78;
	    text-decoration: underline;
    }
    
    #content-right a.none {
        text-decoration: none;
    }


/* Contact */
div#contact_form ul { 
    list-style-type: none; 
    margin:0px; 
    padding:0px;
}

input.button {
	float:left;
	border: 1px outset #ccc; 
	padding:1px; 
	font-weight: bold;
	cursor:pointer;
	background-color:#ececec;
	width:100px;
	font-weight: normal;
}


/* Footer */
#footer{
    text-align:center;
    background-color:#ececec;
    height:60px;
    width:100%;
    clear:both;
    margin:0px;
    padding:0px;
    color: #5b6c78;
}

.footer_container {
    width:500px;   
    padding:0px;
    position:relative;
    top:15px;
    margin:0px auto;
}

.footer_container a{
    text-decoration:underline;
}

.footer_container p.left { 
    float:left;
    width:300px;
    margin:0px;
    text-align:left;
}

.footer_container p.right {
    width:196px;
    margin:0px;
    text-align:right;
    float:right;
}
    
