/* CSS Document */

body {background-color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#330033;
		background-image:  url("Images/notebook.jpg");
		background-position:right;
		background-repeat:repeat-y;
		
		}

#wrapper {width:900px;
		   margin:auto;
		   overflow:auto;
		   float:left;
		   }
		   
#header	{width:875px;
		height:200px;
		background-image:  url("Images/new-title.gif");
		background-repeat:no-repeat;
		background-position:center;
		
		padding:0px 0px 20px 0px;
		}
		
#content{width:900px;
		overflow:auto;
		background-image: url(../../Images/linksbg.gif);
		background-repeat:repeat-y;
		}
		
#leftcol{
		width:200px;
		height:475px;
		position:relative;
		float:left;
		padding: 10px 25px 10px 5px;
		background-image:  url("Images/nav-bar-flower2.gif");
		background-repeat:no-repeat;
		}
		
#leftcol ul li {list-style-type:none;
				line-height:2em;
				width:125px;
				}
				
#leftcol a:link, #leftcol a:visited {
				display:block;
				width:120px;
				padding: 0px;
				color:#FFFF00;
				text-decoration:none;
				font-weight:bold;
				
				}
#leftcol a:hover{
				display:block;
				width:120px;
				padding:0px;
				color:#FFFFFF;
						}
		
#maintext{
		width:425px;
		height:350px;
		float:left;
		padding: 10px 25px 10px 5px;
		border-right-width:2px;
		border-right-style:solid;
		border-right-color:#FF9933;
		
		background-repeat:no-repeat;
		background-position:center left;
		
		}
		
#rightcol{	
			width:200px;
			float:left;
			padding: 10px 5px 10px 5px;
			
			}
			
#rightcol h1{font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 20px;
			color:#FF0000;

			}			

#rightcol p{font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:15px;
			color:#000000;
			}



#footer{	
			width:900px;
			height:50px;
			border-top:2px;
			border-top-color:#FFFF00;
			border-top-style:solid;
			font-size:14px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			

			
			
			
		
			


