body {
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
	background:#fff;
	color:#666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:19px;
}

h1 {
	font-size:16px;
	color:#666;
}

h2 {
	font-size:14px;
	color:#72123d;
	margin:0;
	padding:0;
}

a, a:active, a:visited {
	color:#72123d;
	text-decoration:none;
	outline:0;
}

a:hover {
	color:#666;
	text-decoration:none;
	outline:0;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

li {
	margin:0;
	padding:0;
	list-style:none;
}

ol {
	margin:0 0 20px 0;
	padding:0;
}

/*p {	
	margin:5px 0 3px 0;
	padding:0;
}*/

img {
	border:none;
}

.floatRight img {
	float:right;
	margin:0 0 10px 10px;
}

.clear {
	clear:both;
}

#header {
	width:100%;
	height:62px;
	border-bottom:#72123d 3px solid;
	background:url(../img/header.png) top center repeat-x;
}

#logo {
	width:971px;
	height:62px;
	margin:0 auto;
	padding:0;
	background:url(../img/logo.gif) left center no-repeat;
	color:#fff;
	text-align:right;
}

#logo a {
	color:#fff;
	text-decoration:none;
	outline:0;
}

#logo a:hover {
	text-decoration:none;
	background:#111;
	outline:0;
}

#wrapper {
	width:100%;
	margin:0 0 20px 0;
	background:url(../img/wrapper.png) repeat-x;
}

#nav {
	width:971px;
	height:30px;
	margin:0 auto;
	padding:0;
	clear:both;
}

#menu li {
	width:142px;
	height:30px;
	margin:0;
	padding:0 0 0 7px;
	text-align:center;
	background:url(../img/button.png) left top no-repeat;
	display:inline;
	float:left;
	line-height:26px;
}

#menu li a {
	height:30px;
	color:#fff;
	text-decoration:none;
	margin:0 10px 0 -3px;
	outline:0;
}

#menu a:hover {
	text-decoration:underline;
	outline:0;
}

#intro {
	margin:0 auto;
	padding:0 50px 20px 10px;
}

#content {
	width:971px;
	margin:80px auto 0 auto;
	padding:0;
	background:#fff;
}

#bottom {
	width:100%;
	padding:0;
	background:url(../img/footer.png) repeat-x;
}

#footer {
	width:100%;
	margin:50px auto 0 auto;
	padding:0;
	line-height:24px;
	background:#72123d;
}

#footer a {
	color:#fff;
	text-decoration:none;
	outline:0;
}

#footer a:hover {
	text-decoration:underline;
	outline:0;
}

#copy {
	background:#fff;
	margin:0;
	padding:0;
}

#copy span {
	width:971px;
	margin:0 auto;
	display:block;
	background:url(../img/webdesign-pezzo.png) right center no-repeat;
	padding:0 17px 0 0;
	line-height:15px;
}

#copy a{
	font-size:9px;
	color:#999;
	text-decoration:none;
	outline:0;
}

#copy a:hover{
	color:#777;
	text-decoration:none;
	outline:0;
}

#footer .foot {
	width:971px;
	margin:0 auto;
	padding:0;
}

.lang {
	width:100px;
	margin:36px 20px 0 0;
	font-size:10px;
	float:right;
}

.user {
	width:198px;
	height:160px;       /*!!!   170px - perfect for 2 lines add   !!!*/
	margin:0 42px 10px 0;
	padding:10px 0 0 0;
	background:url(../img/user-bgr.png) top center no-repeat;
	text-align:center;
	float:left;
	/*border:#e7f0fb 1px solid;*/
}

.pic {
	width:450px;
	margin:0;
	float:right;
}

.red {
	color:#72123d;
	font-weight:bold;
}

.more ul {
	margin:0;
	padding:0;
	list-style:none;
}

.more li {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:circle;
}

.form {
	width:450px;
	margin:0;
	float:left;
}

.button {
	background:#72123d;
	color:#fff;
	border:none;
}

.button:hover {
	background:#993366;
	border:none;
	cursor:pointer;
	outline:0;
}

input {
	border:#ddd 1px solid;
	color:#72123d;
	/*background:#f6f7f9;*/
}

textarea {
	border:#ddd 1px solid;
	color:#72123d;
	/*background:#f6f7f9;*/
}


