html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {

}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
body
{
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
#header
{
	width: 729px;
	margin: 0 auto;
	background-image: url(images/bgTop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 44px;
	margin-top: 53px;
}
#wrapper
{
	width: 729px;
	margin: 0 auto;
	background-image: url(images/middle.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#logo
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 218px;
}
#logo h2
{
	font-size: 36px;
}
#logo h3, #logo h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#logo a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#logo a:hover
{
	text-decoration: underline;
}
#animation
{
	float: left;
}









#content
{
	clear: both;
}
#sidebar
{
	padding-left: 11px;
	width: 208px;
	float: left;
}
#menu
{
	
}
#menu ul
{
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	
}
#menu ul li a
{
	display: block;
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	width: 183px;
	height: 41px;
	color: #353334;
	text-decoration: none;
	padding-left: 25px;
	line-height: 2.7em;
}
#menu ul li a:hover
{
	background-image: url(images/active.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
#contact
{
	margin-top: 16px;
	width: 208px;
	height: 160px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contact h2
{
	color: #7a7a7a;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
}
#contact p
{
	font-size: 12px;
	color: #7a7a7a;
	padding-left: 15px;
	padding-top: 16px;
}
#contact a
{
	color: #7a7a7a;
	text-decoration: none;
	font-weight: bold;
}
#contact a:hover
{
	text-decoration: underline;
}
#txt
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 470px;
	font-size: 12px;
	color: #7a7a7a;
	padding-left: 15px;
	padding-right: 15px;
}
#txt h2
{
	font-size: 14px;
	color: #7a7a7a;
	font-style: italic;
	font-weight: bolder;
	padding-top: 25px;
	padding-bottom: 20px;
}
#txt ul
{
	margin-left: 15px;
}
#txt a
{
	color: #7a7a7a;
}
#footer
{
	width: 729px;
	margin: 0 auto;
	background-image: url(images/bgBottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 50px;
	
}
.copyright
{
	float: left;
	padding-left: 15px;
	font-size: 12px;
}
.created
{
	float: right;
	padding-right: 25px;
	font-size: 12px;
	padding-bottom: 20px;
}
.created a
{
	color: #FFFFFF;
	text-decoration: none;
}
.created a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
