<!--
* { padding: 0; margin: 0; }

body { 	font-family: Verdana;
	font-size: 16px;
	background: #74e1e0;
	background-repeat: repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper { 
                
 	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
 	width: 900px;
 	background-color:#FFFFFF;
 	border-color: #A93636;
 	border-style: solid;
 	border-width: 7px
}
#header {
	width: 900px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#rightcolumn {
    	width: 860px;
	
	text-align: center;
	background: #Ffffff;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
        padding: 20px;
}
#footer {
   	width: 880px;
   	background-color: #ffffff;
   	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        padding: 10px;
   	color: #f26143;
}
.portfolio img{
	text-decoration: none;
	border: 4px solid #A93636;	
}
	
.style1 {color: #A93636
	font-family: Arial;
	font-size: 16px;
}
.style2 {
                font-family:Arial;
   	font-size: 12px;
}
a:link {
	color: #A93636;
	text-decoration: none;
}
a:visited {
	color: #A93636;
	text-decoration: none;
}
a:hover {
	color: #24C4D2;
	text-decoration: underline;
}
a:active {
	color: #A93636;
	text-decoration: none;
}
-->

