body {
	margin: 0;
	padding:0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}


a {
	text-decoration: none;
	color: #000;
}

a:hover {
	background: none;
}

#wrapper {
	width: 80%;
	margin: 20px auto 0px auto;
	padding: 0;
	border:0;
}

/* Logo */

.logo {
	color: #FFFFFF;
}

.logo h1 {
	margin: 10px 0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	letter-spacing: +3px;
	font-size: 1.5em;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000;
}

/* Menu */

#menu {
	width: 100%;
	text-align: center;
}

#menu a {
	margin: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 1.2em;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	text-align:left;
        font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	font-size: 14px;
	color: #000;

}

#content h1 {
	margin: 3px 0;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: -1px;
	font-size: 0.9em;
}

#content a {
	text-decoration: none;
	color: #000;
}

#content a:hover {
	background: none;
}

/*footer*/

.footer {
	text-align:center;
        font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	padding: 10px 0;
	font-size: 0.7em;
	color: #000;

}

.footer a {
	text-decoration: none;
	color: #000;
}

.footer a:hover {
	background: none;
}


/* Nucleus CMS stuff. Edited and modified by Suvoroff (http://nucleus.com.ru) */

.error {
	color: red;
	font-weight: bold;
}

.pageswitch {
	text-align:center;
font-size:0.8em;
	padding:20px 20px 0 20px;
}

.leftbox {
	float: left;
	margin: 5px 15px 0 0;
}

.rightbox {
	float: right;
	margin: 5px 0 0 15px;
}
