html, body {
	background-color:#404040;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:top center;

	color:#000;

	margin:0px;

	font-family:verdana,helvetica,sans-serif;
}

img {
	border:0px;
}

/* * * * * * * */
/* LINK STYLES */
/* * * * * * * */
a { text-decoration: underline; color: #ec4729; border:0px;}
a:link { text-decoration: underline; color: #ec4729; border:0px;}
a:visited { text-decoration: underline; color: #ec4729; border:0px;}
a:active { text-decoration: underline; color: #ec4729; border:0px;}
a:hover { text-decoration: underline; color: #040404; border:0px;}



/* * * * * * * * * * */
/* PARAGRAPH STYLES  */
/* * * * * * * * * * */
#side p {
	margin:0px;
	padding-top:5px;
}


/* * * * * * * */
/* TEXT STYLES */
/* * * * * * * */
.regular {font-size:0.8em;}
.small {font-size:0.7em;}
.big {font-size:1.1em;}

.faint {color:#ccc;}
.normal {color:#333;}

.center {text-align:center;}


/* * * * */
/* LISTS */
/* * * * */
li {
	font-size:0.8em;
}


/* * * * * * * */
/* BLOCKQUOTES */
/* * * * * * * */

#main blockquote {
	padding:5px 5px 5px 15px;
	margin:0px 10px 0px 10px;
	border-left:2px solid #aaa;
}


/* * * * * */
/* HEADERS */
/* * * * * */
h1 {
	height:47px;
	padding:15px 0px 0px 40px;
	margin-bottom:-10px;

	background-image:url('images/icon_w.gif');
	background-repeat:no-repeat;
	background-position:top left;

	font-weight:800;
	font-size:1.1em;
}
h1:before {
	content:'v';
}
h1:first-letter {
	color:#ec4729;
}

h2 {
	height:47px;
	padding:15px 0px 0px 40px;
	margin-bottom:-10px;

	background-image:url('images/icon_g.gif');
	background-repeat:no-repeat;
	background-position:top left;

	font-family:verdana,helvetica,sans-serif;
	font-weight:800;
	font-size:0.9em;
}


/* * * * * * * * */
/* IMAGE CLASSES */
/* * * * * * * * */
.img_head {
	width:724px;
	height:215px;
	border:0px;
}


/* * * * * * * * */
/* HEAD ELEMENTS */
/* * * * * * * * */
#head {
	width:723px;
	height:215px;
	margin:0px auto 0px auto;
	overflow: hidden;
}

#head img {
	margin-left:0px;
}


/* * * * * * * * */
/* BODY ELEMENTS */
/* * * * * * * * */
#wrap {
	width:724px;
	margin:0px auto 0px auto;
	text-align: left;
}

#main {
	width:479px;
	float:left;
	padding:15px;
}

#side {
	width:185px;
	margin:0px auto 0px auto;
	float:right;
	padding:15px;

}

#foot {
	width:479px;
	clear:both;
	padding-left:15px;
}

.news_title {
	height:30px;
	color:#ec4729;
	font-weight:800;
	margin-left:-10px;
	padding-left:15px;
}

.news_icon {
	width:23px;
	height:30px;
	border:0px;
}

.gallery_thumb {
	border:0px;
}