body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 120%; 
	color: #878f97;
	text-align: center;
	background: url("../img/body-bg.gif") left top repeat-x #FFF;
	width:100%;
	min-height:100%;
	height:100%;
}

* {
	margin: 0;
	padding: 0;
}
i {
	display: none;
}
a {
	color: #c10434;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}


#layout {
	position:relative;
	margin:auto;
	width:750px;
	background:url("../img/layout-bg.gif") repeat-x left top #FFF;
	text-align:left;
	height:100%;
	padding:0;
}

#header {
	width: 750px;
	height: 149px;
}

#logo {
	position:absolute;
	width:157px;
	height:55px;
	padding-top:60px;
	padding-left:43px;
	z-index:999;
}

#menu {
	position:absolute;
	height:22px;
	float:right;
	padding-left:255px;
	padding-top:90px;
}

#menu ul {
	list-style-type: none;
	float:left;
	height: 22px;
}

#menu li {
	margin: 0px;
	float:left;
}	
#menu a {
	display:block;
	height:22px;	
	text-decoration: none;
}

#menu a.m01 {
	width:110px;
	background:url("../img/menu/01.gif") no-repeat left top;
}

#menu a.m02 {
	width:134px;
	background:url("../img/menu/02.gif") no-repeat left top;
}
#menu a.m03 {
	width:56px;
	background:url("../img/menu/03.gif") no-repeat left top;
}
#menu a.m04 {
	width:105px;
	background:url("../img/menu/04.gif") no-repeat left top;
}

#menu a.m05 {
	width:56px;
	background:url("../img/menu/05.gif") no-repeat left top;
}
#menu a:hover{
	background-position: left bottom;
}

.list {
	padding-left:30px;
}

#photo {
	clear:both;
	width:660px;
	padding-left:45px;
}

#homeLeft{
	width: 230px;
	height:180px;
	padding-left:110px;
	padding-top:30px;
	padding-right:10px;	
	float:left;
	text-align:left;
	font-size:1.2em;
}

#homeRight {
	float:left;
	width:260px;
	height:180px;
	padding-left:30px;
	padding-top:30px;
}

#secondaryPage{
	width: 530px;
	padding-left:110px;
	margin-top:30px;	
	float:left;
	text-align:left;
	line-height=120%;
}

.imageLeft {
	float:left;
	margin-right:20px;
	margin-bottom:60px;
}

#content p {
	line-height:15px;
	margin-bottom:10px;
}

h2 {
	
	font-size:1.2em;
	clear:both;
}


#footer {
	margin-top:40px;
	width: 750px;
	height:30px;
	clear:both;
	text-align:left;
}

#footerp {
	margin-left: 110px;
	line-height:15px;
	color:#999999;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

.small {
	font-size:50%;
	padding-left:20px;
}
