/* basic-2.1.css */
body	{	
		font-family: Helvetica, Arial, sans-serif; color: #444444;
		font-size:12px;
		text-align: left;
		line-height:18px;
		}

a:link, a:visited, a:hover
	{	text-decoration:none;
		border: 0px;
		border-style:none;
		}
		
a:link, a:visited {color:#222222;}
a:hover {color:#444444;}

img	{border-style:none;}

#navigation img {padding-bottom:10px;}



#all { width:748px;
		position:relative;
		left:20px;
		top:20px;
		border:#777777 solid 1px;
		background-color:#cccccc;
		padding-bottom:16px;
		overflow:auto;
		}

#banner {width:748px;
		height:172px;
		position:relative;
		background-image:url(images/banner.jpg);
		}
		
#main   {width:735px;
		position:relative;
		padding-right:13px;
		overflow:auto;
		}

#navigation {width:187px;
			float:left;
			padding-left:20px;
			padding-bottom:20px;
			}

#content {width:528px;
			float:right;
			}

#image  {width:500px;
		position:relative;
		border:#000000 solid 14px;
		}

#events {width:500px;
		position:relative;
		padding:14px;
		}

#content2 {width:748px;
			height:194px;
			position:relative;
						}

#box		{width:440px;
			height:181px;
			float:left;
			background-color:#eaeaea;
			border:#777777 solid 1px;
			padding-left:15px;
			padding-bottom:15px;
			padding-top:15px;
			margin-left:20px;
			}
			
#annex		{width:200px;
			height:181px;
			float:left;
			background-color:#eaeaea;
			border:#777777 solid 1px;
			padding-left:15px;
			padding-bottom:15px;
			padding-top:15px;
			margin-left:20px;
			padding-right:20px;
			}
			
#contact	{width:150px;
			float:right;
			padding-left:18px;
			padding-right:12px;
			padding-top:32px;
			}
			
#credits {width:748px;
			position:relative;
			left:20px;
			height:15px;
			padding-top:24px;
			text-align:center;}			

