

.orderform p{
	margin: 0px;
}




*{
margin:0px;
padding:0px;	
}

/* @group Containers */


body{
	font-size: 12px;
	color: #000;
	font-family: Palatino, serif;
	line-height: 16px;
}

#container{
	width: 924px;
	margin:0 auto;
	margin-top: 29px;
}

#leftcolumn{
	width: 217px;
	float: left;
	height: 200px;
	padding-left: 3px;

}

/* @group Navigation



 */



/* @end */


#centercolumn{
	width: 491px;
	float: left;
	margin-top: 36px;

}

#content{
	margin-left: 11px;
}


#rightcolumn{
	width: 193px;
	float: left;
	margin-top: 36px;
	height: 610px;
	position: relative;
	margin-left: 20px;
	display: inline;
}

/* @end */

/* @group Logos */

#hero{
	width: 491px;
	height: 344px;
	background: #fff url(/images/hero.jpg) no-repeat center center;
	margin-bottom: 29px;
	border: 1px solid #000;
}

#logo{
	width: 200px;
	height:183px;
	background: #fff url(/images/logo.jpg) no-repeat top left;
}

/* @end */



/* @group Generics */


.clear{
	clear: both;
}

.article_divider{
 	height: 22px;	
}
.article_divider_line{
 	height: 38px;
 	background: #fff url(/images/divider.gif) no-repeat center left;	
}

.content-text a{
	color: #000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.content-text a:hover{
	color:#666;
}

.rightclass a{
	color: #000;
	font-style: italic;
	text-decoration:none;
}


.rightclass a:hover{
	color: #666;
}


/* @end */

/* @group Text Items */

h1{
	font-family:impact;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.date-display{
font-style: italic;
font-size: 14px;
}

p{
	margin-bottom: 10px;
}

/* @end */





/* @group Navigation*/

#navigation{
	margin-top: 71px;
}

ul.navigation_ul {
	list-style-type: none;
}

ul.navigation_ul li a:link{
text-decoration: none;
color: #000;
font-style: italic;
font-size:14px;
line-height: 16px;
}

ul.navigation_ul li a:visited{
text-decoration: none;
color: #000;
font-style: italic;
font-size:14px;
line-height: 16px;
}


ul.navigation_ul li a:hover{
text-decoration: none;
color: #666;
font-style: italic;
font-size:14px;
line-height: 16px;

}

#facbook-button{
	position: absolute;
	bottom: 40px;
	
}

#twitter-button{
	position: absolute;
	bottom: 0px;
	
}



/* @end */




