body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #515151;
	margin: 0px;
	padding: 0px;
	}


#page {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	text-align:left;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/main_back.gif);
	background-repeat: repeat-y;
	}

#container{
	width: 560px;
	padding-left: 30px;
	margin: 0px;
	float: left;
	}
	
#container_right{
	width: 265px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#container_right h2{
	font-size: 10px;
	}
	
#container_right ul{
	padding:0px;
	width: 265px;
	margin: 0px;
	}

#container_right li{
	padding:0px;
	margin: 0px;
	list-style-type:none;
	display: block;
	float: left;
	}

a.n_work{
	float: left;
	width: 77px;
	height: 50px;
	background-image:url(images/n_work.gif);
	background-position: 0 -50px;
	background-repeat: no-repeat;
	margin: 0px;
	}

a.n_work:hover{
	width: 77px;
	height: 50px;
	background-image:url(images/n_work.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

a.n_about{
	float: left;
	width: 78px;
	height: 50px;
	background-image:url(images/n_about.gif);
	background-position: 0 -50px;
	background-repeat: no-repeat;
	margin: 0px;
	}

a.n_about:hover{
	width: 78px;
	height: 50px;
	background-image:url(images/n_about.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	}

a.n_contact{
	float: left;
	width: 110px;
	height: 50px;
	background-image:url(images/n_contact.gif);
	background-position: 0 -50px;
	background-repeat: no-repeat;
	margin: 0px;
	}

a.n_contact:hover{
	width: 110px;
	height: 50px;
	background-image:url(images/n_contact.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	}
		
#container_right .header{
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
a, h2 a:hover, h3 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

a:hover{
	color: #ED1C24;
	text-decoration: none;
	}
	
hr {
	display: none;
	}

a img {
	border: none;
	}
	
.hidden{
	display: none;
	}
	
/*------------------------------------------------------------------------------------
		HEADER
------------------------------------------------------------------------------------*/

#header {
	margin: 0; 
	padding: 0; 
	height: 90px; 
	width: 900px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
	
a#headerimg {
	display: block;
	margin-left: 20px;
	padding: 0px;
	height: 90px;
	width: 560px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

a#headerimg:hover{
	display: block;
	margin-left: 20px;
	padding: 0px;
	height: 90px;
	width: 560px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
/*------------------------------------------------------------------------------------
		FEATURE
------------------------------------------------------------------------------------*/
	
#feature{
	float: left;
	height: 310px;
	width: 540px;
	margin: 0px;
	padding: 0px;
	}
	
a#featureimg01 {
	display: block;
	padding: 0px;
	height: 310px;
	width: 540px;
	background-image: url(images/featured_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

a#featureimg01:hover{
	display: block;
	padding: 0px;
	height: 310px;
	width: 540px;
	background-image: url(images/featured_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
a#featureimg02 {
	display: block;
	padding: 0px;
	height: 310px;
	width: 540px;
	background-image: url(images/featured_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

a#featureimg02:hover{
	display: block;
	padding: 0px;
	height: 310px;
	width: 540px;
	background-image: url(images/featured_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
a#featureimg03 {
	display: block;
	padding: 0px;
	height: 310px;
	width: 540px;
	background-image: url(images/featured_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

a#featureimg03:hover{
	display: block;
	padding: 0px;
	height: 310px;
	width: 540px;
	background-image: url(images/featured_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}


	


/*------------------------------------------------------------------------------------
		NEWS
------------------------------------------------------------------------------------*/

.news {
	float: left;
	left: 0px;
	padding: 0;
	margin: 0px;
	width: 540px;
	}
	
.news h2{
	font-size: 20px;
	margin: 0px;
	padding-top: 20px;
	}
	
.news small{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	}
	
.news p{
	font-size: 12px;
	line-height: 18px;
	}
	
.post {
	margin: 20px 0 20px;
	text-align: justify;
	}
	
.post hr {
	display: block;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 2px;
	border: 0;
	}
	
.news a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.news a:hover{
	color: #ED1C24;
	text-decoration: none;
	}
	
/*------------------------------------------------------------------------------------
		ABOUT
------------------------------------------------------------------------------------*/

#about {
	margin: 0px;
	padding: 0px;
	width: 265px;
	font-size: 12px;
	line-height: 18px;
	background-color: #252525;
	color: #FFFFFF;
	float: left;
	}
	
h1{
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	}
	
#about img{
	padding-right: 10px;
	}
	
#contact {
	margin: 0px;
	padding: 0px;
	width: 265px;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	}
	
/*------------------------------------------------------------------------------------
		WORK
------------------------------------------------------------------------------------*/
	
#work{
	float: left;
	width: 265px;
	margin: 0px;
	padding: 0px;
	}
	
	
#work ul{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 265px;
	}
	
#work ul li{
	list-style-type: none;
	padding: 0px;
	margin-bottom: 10px;
	}
	
#work ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 19px;
	padding-top: 19px;
	background-color: #FFFFFF;
	width: 255px;
	font-weight: bold;
	font-size: 12px;
	}

#work ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ED1C24;
	}
	
.nolink{
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 265px;
	height: 50px;
	font-weight: bold;
	font-size: 12px;
	}
	
.nolink h1{
	padding-top: 12px;
	padding-left: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	}
	

	

	


	
/*------------------------------------------------------------------------------------
		FOOTER
------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	height: 70px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#footer_text {
	width: 560px;
	margin-left: 20px;
	padding-top: 20px;
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
#footer a{
	color: #000000;
	text-decoration: none;
	}

#footer a:hover{
	color: #000000;
	text-decoration: underline;
	}




/*------------------------------------------------------------------------------------
		CONTENT
------------------------------------------------------------------------------------*/

#content {
	float: left;
	left: 0px;
	padding-left: 50px;
	margin: 0px;
	width: 540px;
	}




code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */











/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


