@charset "UTF-8";
/* layout
-------------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	color: #333;
	background-color: #FFF;
}
/* link styles
--------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
/* basic layout
-----------------------------------------------------*/
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 900px;
}
#main {
	padding: 15px;
	float: right;
	width: 500px;
	margin-bottom: 20px;
}
#main p {
	font-style: italic;
	font-size: 95%;
	line-height: 1.5;
}
#main h1 {
	text-align: center;
	line-height: 1;
}
#main h2 {
	margin-bottom: 10px;
	font-size: 97%;
	text-align: center;
	margin-top: 10px;
	line-height: 1.8;
}
#main ul li {
	list-style: none;
	text-align: center;
	color: #90C;
	font-style: italic;
}
#main img#Album {
	/* [disabled]width: 170px; */
	/* [disabled]margin-bottom: 15px; */
	/* [disabled]margin-left: 155px; */
	/* [disabled]margin-right: auto; */
}
#main img#catuneVA {
	/* [disabled]width: 170px; */
	/* [disabled]margin-bottom: 15px; */
	/* [disabled]margin-left: 155px; */
}


#main #mainContents {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}


#sidebar {
	padding: 15px;
	float: left;
	width: 340px;
	margin-bottom: 20px;
}
#sidebarContens {
	width: 230px;
}
#sideberProfile {
	clear: left;
	margin-top: 100px;
	/* [disabled]padding-top: 15px; */
	width: 200px;
}
#sideberProfile p {
	line-height: 1.8;
	margin-bottom: 1px;
	/* [disabled]margin-left: 5px; */
	font-style: italic;
}

#footer {
	padding: 15px;
	clear: both;
}
#header {
	height: 103px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#footer p img#backtoTop{
	margin: 0px;
	float: left;
}
#footer p img#mail {
	float: right;
	/* [disabled]clear: left; */
	margin: 0px;
}
#footer p a:hover {
	border-bottom: 2px solid #F00;
}


#footer address {
	width: 150px;
	margin-left: 360px;
}
