* {
    padding: 0;
    margin: 0;
} 

body {
background: url(images/back.gif) repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333;
}

img { border: none; }
a { color: #e7648f; text-decoration: none; }
a:hover { text-decoration: underline; color : #ea9cb0; }

#wrap {
width: 760px;
background: #f9f8f5;
margin: 0px auto;
}
.header {
padding-top: 20px;
height: 80px;
text-transform: uppercase;
background: #454241;
}
.header h1 {
font-size: 20px;
font-weight: bold;
padding: 20px 0 20px 10px;
letter-spacing: -3px;
}
.header h1 a {
color: #e7648f;
text-decoration: none; 
}
.header h1 a:hover { 
color: #ea9cb0;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}

.navigation { 
padding-top: 30px;
padding-left:20px;
float : left ;
list-style: none; 
width: 160px;
}

.content {
padding: 20px 20px 20px 0;
float: right;
width: 520px;
}
.content h2 {
color: #FAF391;
font-size: 28px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.footer {
padding: 10px;
font-size: 11px;
color: #aaa;
text-align: center;
background: #454241;
}
.footer a {
color: #aaa;
}


.my_left_header{
	text-align:left;
	padding-left:0;
	font-size:14px;
}

.my_left_item{
	width:150px;
	padding-bottom:5px;
	background:url(images/arrow3_e.gif) no-repeat 0px 5px;
	padding-left:20px;
	border-bottom: 1px dotted #ccc;
	line-height:20px;
}


h1{
	font-size:16px;
	padding-bottom:20px;
}

.box_1_top p{
	line-height:20px;
}