@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(images/bg-gradient.jpg);
	background-repeat:repeat;
}
#copyright {
font-size:12px;	
}
#container {
	width: 1000px;
	text-align:left;
	height:720px;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	background-color:#FFF;

	/*background-image:url(images/container_bg.png);
	background-repeat:repeat;*/
}
#piccontainer {
	width: 250px;
	height: 550px;
	float:right;
}
#banner {
	width:1000px;
	font-size:18px;
	text-align:center;
	height:150px;
	margin:auto;
	background:url(images/banner.png);
	background-repeat:no-repeat;
}
#navigation {
	width:225px;
	height:550px;	
	text-align:center;
	margin:10px;
	float:left;
	/*background-image:url(images/side.png);*/
	background-color:#4FABCC;
	font-size:30px;
}
#navnum {
	font-size:20px;
}
#text {
	width:715px;
	height:550px;
	margin:10px;
	text-align:left;
	float:right;
	/*background-image:url(images/right_text.png);*/
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;

}
ul{
list-style:none;	
}

a:link {color:#000;}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:hover {color:#333;}  /* mouse over link */
a:active {color:#000;}  /* selected link */ 




/*#topline {
	background-image:url(images/BG-Top.png)
	height:26px;
	background-repeat:repeat;
	width:1000px;
}*/
