@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A41D27;
}
#contentWrapper {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 833px;
}
#mainContent {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 73px;
	float: left;
	width: 760px;
	height: 540px;
	margin-top: 50px;
}

* html #mainContent{
margin-left: 36px;
}

#leftSide h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#leftSide p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#book {
	float: right;
	width: 130px;
	background-image: url(images/career-diary.gif);
	height: 450px;
	background-repeat: no-repeat;
	padding: 10px;
	background-position: center top;
	margin-top: 50px;
	margin-right: 20px;
}
#leftSide {
	width: 500px;
	float: left;
	padding-left: 20px;
}


/*the menu*/

#menu {
margin-right: -100px;
}

#menu ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 60%;
	font-family: arial, helvetica, sans-serif;
	background-color: #A41D27;
	margin-top: 130px;
}



#menu ul li { display: inline; }

#menu ul li a
{
	background-color: #A41D27;
	color: White;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	font-size: 15px;
}


#menu ul li a:hover
{
background-color: #333547;
color: #fff;
}
