@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}

body {
	background: #efefef;
	color: #000;
	margin:0;
	padding:0;
	font: 14px/150% "Times New Roman", Times, serif;
}

a { color: #2375BF; text-decoration: none; }
a:hover {
}

img { border: none; } 
img a {
	border:none;
	text-decoration: none;
} 
img a:hover {
	text-decoration: none;
}


#wrap {
width: 820px;
margin: 20px auto 10px auto;
}

#header {
	height: 180px;
	background: #efefef url(../images/header.jpg) no-repeat;
}

#header h1 {
	font-size: 30px;
	padding: 70px 0 0 40px;
	font-weight: 100;
}
#header h1 a { color: #fff; }
#header h1 a:hover { color: #111; border: none; }

#header h2 {
font-size: 19px;
padding: 10px 0 0 40px;
font-weight: 100;
color: #fff;
}

#content { 
background: #efefef url(../images/content.jpg) repeat-y;
padding: 10px 40px 20px 20px;
}
.style20 {
	font-size: 18px;
	color: #00F;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
}


.right {
width: 530px;
float: right;
}

.right h3 {
	color: #00F;
	font-size: 24px;
	padding: 15px 0 10px 0;
	font-weight: bold;
}
.right b {
	color: #00F;
}

.right p { padding: 10px 0; }
.right ul {
	padding: 5px 0 15px 30px;
	list-style: disc;
}

.left {
width: 210px;
float: left;
}
.left h4 {
background: url(../images/sidebar.jpg) no-repeat;
padding: 0 0 0 10px;
height: 50px;
line-height: 50px;
color: #fff;
}
.left ul { padding: 5px 0 15px 30px; color: #999999;}
.left ul li { padding: 2px 0; }

#footer {
background: #efefef url(../images/footer.jpg) no-repeat;
height: 70px;
line-height: 70px;
color: #fff;
text-align: center;
}
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; border: none; }
.box1 {
	border: 1px solid #000;
}
.personalconsult {
	font: bold 20px "Monotype Corsiva", "Times New Roman";
}

