/************************************* GENERAL */

body{
	color:#333333;
	background:#FfFfFf;
	margin:0;	
}

a{color:#337700;}
a:hover{color:#337700;}
a:visited{color:#333333;}

#wrap{
	width: expression(this.width > 1028 ? 1028: true);
	min-width:450px; 
	max-width:996px;
    width: 100%; 
	margin:0px auto;
}

.cl{
	clear:both;
}

/************************************* HEADER */

#top-header{
	background:#669900;
	padding:0px 10px;
}
#top-menu{
	color:#ffffff;
	float:right;
	padding:4px 0 0;
	font-family:sans-serif;
	font-size:13px;
}
#top-menu a{
	text-decoration:none;
	color:#ffffff;
}
#logo{
	float:left;	
}
#middle-header{
	padding:0;
	float:center;
	height:90px;
}
#title-img{
	float:left;
}
#title-img a{
	display:block;
}
#title-img img{
	border:0;
}
#title-ad{
	float:left;
}


/************************************* MAIN */

#main-outer{
	width:100%;
	border-top:1px solid #ffffff;
	float:left;
	overflow: hidden;
	background: #FFFFFF;	
}
#main-inner{
	width:100%;	
	float:left;
	/*background: #ffffff;*/
	position: relative;
}

/************************************* LEFT */

#left-outer{
	float: left;
    max-width: 568px;
    position: relative;
    background: #ffffff;
    padding: 0 28px 0 28px;
}
#left-inner{
	padding: 0;
    width: 100%;
}
#social a{
	font-family:sans-serif;
	font-size:13px;
	text-decoration:underline;
	cursor:pointer;
}
#social ul{
	list-style:none;
	margin:0;
}
#social li{
	float:right;
	margin:0 4px;
}
#article{
	color:#333333;
	margin-top:10px;
}
h1{
	font-size:18px;
}
h1 a{
	text-decoration:none;
	color:#333333;
}
#article-info{
	font-weight:bold;
}
#citation-outer{
	font-family:sans-serif;
	border:3px double #a5a5a5;
	width:90%;
	margin:0 auto;
}
#citation-inner{
	padding:10px;
}
#citation-heading{
	font-weight:bold;
	font-family:sans-serif;
	font-size:16px;
}
#citation-author{
	font-family:sans-serif;
	font-size:13px;	
}
#citation-inner h2{
	font-family:sans-serif;
	font-size:13px;		
}
#citation-url{
	font-family:sans-serif;
	font-size:10px;
}
#tags{
	text-align:center;
	font-size:13px;
	margin-top:30px;
	margin-bottom:30px;
}
#tags a{
	font-size:16px;
}
#tags #print a{
	font-size:13px;
}
#jump{
	text-align:center;
}
#bottom-links{
	text-align:center;
}
hr{
	width:100%;
	text-align:center;
}
#advertisements{
	font-family:Verdana;
	font-size:13px;
}

/************************************* RIGHT */

#right-outer{
	float: left;
    width: 300px;
    position: relative;
    padding: 0px 28px 0 28px;
}
#right-inner{
	padding:0px;
	width:300px;
}
