
/* ---------- CORE STYLE ---------- */


a img { border:none }


body 		{font-family:tahoma;
		font-size:11px;
		color:#333;
		background-color:#CCC;}	


a 		{font-family:tahoma; text-decoration:none; font-weight:; margin-bottom:0px;}
		a:link       { color: #333;}	
		a:visited    { color: #333;}
		a:hover      { color: #999;}
		a:active     { color: #333;}


h1 		{font-size:11px;	
		color: #669999;
		font-weight: bold;
		margin:0;}


h2 		{font-size:11px;		
		color: #999;
		font-weight: normal;
		margin:0;}

h3 		{font-size:11px;
		font-style: normal;		
		color: #333;
		font-weight: bold;
		margin:0;}



/* ---------- DIVS ---------- */



#container	{width:920px;
		margin:0 auto;}


#box700	 	{width:700px;
		text-align: justify;}


#topbar	 	{width:920px;}


#sidebar	{float:right; 
		width:200px;}


#linebox920	{width:920px;
		float:left;
		border-top-style:solid;
		border-top-color:#333;
		border-top-width:3px;
		margin:10px 0px;}


#linebox700	{width:700px;
		float:left;
		border-top-style:solid;
		border-top-color:#333;
		border-top-width:3px;
		margin:10px 0px;}


#linebox200	{width:200px;
		border-top-style:solid;
		border-top-color:#333;
		border-top-width:3px;
		margin:10px 0px;}



#menubox	{width:95px;
		float:left;
		margin-right:55px;}


#menuboxright	{width:95px;
		float:right;}



#boxleft	{width:325px; 
		float:left;
		text-align: justify;
		margin-top:10px;}


#boxright	{width:325px;
		float:right;
		text-align: justify;
		margin-top:10px;
		margin-right:30px;}


#boxleftleft	{width:160px; 
		float:left;
		text-align: justify;}


#boxrightright	{width:150px;
		float:right;
		text-align: justify;}


#magboxleft	{width:410px; 
		float:left;
		text-align: justify;}


#magboxright	{width:265px;
		float:right;
		text-align: justify;
		margin-right:10px;}


#box225a	{float:left; 
		width:225px;
		margin-right:10px;
		margin-top:10px;}


#box225b	{float:left;
		width:225px;
		margin-top:10px;}


#box220		{float:left;
		width:220px;
		margin-right:13px;
		text-align: center;}


/* ---------- CLASSES ---------- */


.orangelink	a:link 		{color: #669999; font-weight: bold;}
.orangelink	a:visited 	{color: #669999; font-weight: bold; }
.orangelink	a:hover 	{color: #999; font-weight: bold; }
.orangelink	a:active 	{color: #669999; font-weight: bold; }


.greylink	a:link 		{color: #333; font-weight: bold;}
.greylink	a:visited 	{color: #333; font-weight: bold;}
.greylink	a:hover 	{color: #999; font-weight: bold;}
.greylink	a:active 	{color: #333; font-weight: bold;}




/* ---------- IMAGE SCROLLER ---------- */




ul, li,		{padding:0;
		margin:0;
		list-style:none;}



.slider 	{width:400px; 
		height:auto; 
		float:left;}
	
	
	
.image-div 	{width:400px; 
		height:auto;
		margin-top:10px;
		overflow:hidden;
		position:relative;}
		


.image-div .scroll 
		{width:9000px; 
		height:auto;
		position:relative;}
			


.image-div .scroll img 
		{float:left; 
		width:400px; 
		height:auto; 
		position:relative;}


.navigation 	{float:bottom;
		width:300px;
		margin:15px 30px;
		text-align: left;}
		
		
.navigation a 	{color:#333;
		padding:3px 3px 3px;
		float:bottom;}


.navigation a:link, .navigation  	a:visited { color: #e5e5e5; background: #333;}
.navigation a:active, .navigation 	a:hover { color: #333; background: #e5e5e5;}



	
