#siteLogo{
	margin-left:40px;
	margin-top:40px;
}

#siteWrapper{
	width:920px;
}

#siteHeader{
	background:url(../img/layout/header.png) top center no-repeat;
	height:300px;
	position:relative;
	text-align:left;
}

#siteMenu{
/*	background:url(../img/layout/menu.png) top center no-repeat;*/
	height:160px;
	height:147px;
	display:block;
	position:relative;
	margin-top:50px;
	padding-left:30px;
	overflow:hidden;
}

#siteMenu li{
	float: left;
	display:block;
}

#siteMenu li:hover{
	margin-top: -146px;
}

#siteContent{
	margin-top:-175px;
	background:url(../img/layout/content_tile.png) center repeat-y;
	text-align:left;
	padding-left:15px;
}

#siteFooter{
	background:url(../img/layout/content_tile.png) center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
}

table#profile tr td:first-child{
	text-align:right;
	padding-right:6px;
	color: #333;
	font-size:12px;
}

td{
	line-height:18pt;
	word-spacing:4px;
}

table#profile tr td{
	padding-left:10px;
	padding-right:10px;
}

.flip, .flip_big{
	display:block;
	float:left;
	margin-right:2px;
}

.flip:hover {
	margin-top:-140px;	
}

.flip_big{
	margin-top:-410px;
}

.flip_big:hover {
	margin-top:0px;	
}
