

* { padding: 0; margin: 0; }
body 
{font-family: Verdana;
 font-size: 14px;
 color: #000;
 font-weight: normal;
 margin: 0px;
 background-color: #FFF
 
}

h1 {
	color: #000;
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	}

#wrapper 
{float: middle; 
margin-left: 0px; 
margin-top: 50px; 
margin-right: 0px; 
margin-bottom: 30px; 
width: 700px;
background: #FFF;

}





#header {
	background:#666;
	width: auto;
	padding:0px;
	margin:0;
	text-align:left;
	color:#000;
	border: #000 0px solid;
	}
	

	
	

	
	h2 {
	text-align: middle;
	color: #4D4D4D;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.20em;
	padding: 0;
}

	
	h3 {
	color: #999;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.3em;
	}

	
	h4 {
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.3em;
	}
	
	h5 {
	color: #ccc;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.05em;
	}












#leftcolumn { 
 color: #666;
background: #666;
border: 0px solid #fff;
width: 120px;
 float: left;
 text-align: left;
 padding: 0px 0px 0px 0px;
}



#content { 
 float: left;
 color: #333;
 background: #ccc;
width: 660px;
  padding: 0px 20px 0px 80px;
 border: 0px solid #FFF;
text-align: left;
}



.gallery {
	padding:5px 5px 5px 5px;
	border: 1px solid #FFF;
}

#justify
{
	text-align: justify;
	text-transform: none;
	
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border: #fff 0px solid;
}




/* Links */
a {font-weight: normal; line-height: 20px; text-decoration: none }
a:link {color: #CCC; line-height: 20px; text-decoration: none }
a:visited {color: #999; line-height: 20px; text-decoration: none }
a:active {color: #CCC; line-height: 20px; text-decoration: none }
a:hover {color: #FFF; line-height: 20px; text-decoration: none }





img {margin: 0px 10px 0px 10px; }

.mari img {margin: 5px 5px 5px 5px; }






div.my_left_box{
    float: left;
    padding: 0px;
    width: 420px;
    border: 0px solid #fff;
}

div.my_right_box{
    float: right;
    padding: 0px;
    width: 260px;
    border: 0px solid #fff;
}

div.my_footer{
    clear:both;
    padding: 0px;
    width: 600px;
    border: 0px solid gray;
}

