@charset "utf-8";
/* CSS Document */

#page {background-color: #FFF;
		width: 850px;
		margin: 0 auto;
		}
		
#masthead {background-color: white;
			height:auto;
			}

#page-wrap {width: 850px;
			margin: 0 auto;
			}
			
#nav {font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
				}


#main {	float: right;
		width: 65%;
		padding: 20px 20px 20px 20px;
		text-align: justify;
		border-left: 2px dotted #00FF66;
		}
		
#sidebar {float: left;
			width: 25%;
			padding: 20px 20px 20px 20px ;
			text-align: justify;
			position: fixed}
			
#footer {clear: both;
		margin-top: 10px;
		text-align: center;}
		
a:link {color: #090;
		text-decoration: none;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px
		}
		
a:visited {color: #090;
			text-decoration: none;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 11px
			}
						
a:hover {color: 090;
			text-decoration: none;
			font-size: 20px;
			font-style: italic;
			font-weight: bold;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 11px;
			}

h1 {text-align:center;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 20px;}
		
p {font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 11px;
	line-height: 20px}
	
ul {font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #F00}
	
h2 {font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;}

body {background-attachment: fixed;}

h5 {text-align: center;}

img {opacity: 1.0;
      -webkit-transition: all 0.3s linear 0s;
         -moz-transition: all 0.3s linear 0s;
           -o-transition: all 0.3s linear 0s;
              transition: all 0.3s linear 0s;}
			  
img:hover {opacity: 0.6;
     	 	-webkit-transition: all 0.3s linear 0s;
        	 -moz-transition: all 0.3s linear 0s;
         		-o-transition: all 0.3s linear 0s;
             		 transition: all 0.3s linear 0s;}

			  
