body > * {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/16px 'Lucida Grande', Arial, Helvetica sans-serif;
	color: #4c4c4c;
	background-image: url('images/topline.png'); background-repeat: repeat-x;
	background-position: 0px 0px;
}


a {
	color: #4c4c4c;
	text-decoration: none;
}

a.active {
	color: #c6004a;
}

a img {
	border: none;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

#page {
	width: 890px;
	/*margin-top: 20px;*/
	margin-left: auto;
	margin-right: auto;
}

#header {
	/* background-image: url('images/logo_tutor2go.png');*/
	background-position: 10px 0px;
	background-repeat: no-repeat;
	height: 101px;
	margin-top: 30px;
}

#header_title {
	color: #c6004a;
	font-weight: bold;
	font-size: 24px;
	text-shadow: #8c8c8c 3px 3px 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center
}

#header_subtitle {
	color: #4c4c4c;
	font-size: 16px;
	text-shadow: #8c8c8c 3px 3px 10px;
	margin-bottom: 10px;
	text-align: center;
}

#header_left {
	float: left;
	width: 85px;
}

#header_middle {
	width: 720px;
	float: left;
}

#header_right {
	float: right;
	width: 85px;
}

#menu {
	text-align: center;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	height: 25px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul li {
	display: inline;
	margin-right: 100px;
	font-size: 12px;
}

#menu ul li a {
	font-size: 12px;
	text-shadow: #8c8c8c 0px 0px 10px;
}

#menu ul li.last {
	margin-right: 0px;
}

p {
	font: 12px/16px 'Lucida Grande', Arial, Helvetica sans-serif;
}

#content {
}

#content_left {
	width: 290px;
	margin-right: 10px;
	float: left;
}

#content_pic {
	width: 280px;
	margin-right: 10px;
	float: left;
	text-align: center;
}

#content_right {
	width: 290px;
	float: right;
}

#contact {
	
}

.clear {
	clear: both;
	margin-bottom: 40px
}