@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 15px;
		text-align: justify;
		border-left: 2px dotted #00FF66;
		}
		
#sidebar {float: left;
			width: 25%;
			padding: 20px 0px 20px 20px ;
			text-align: justify;
			}
			
#footer {clear: both;
		margin-top: 10px;
		text-align: center;}

#welcome {font-size: 24px;
			color: #0C6;}

a:link {color: #ff0054;
		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: underline;
			font-size: 20px;
			font-style: italic;
			font-weight: bold;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 11px;
			}
			
h4 {text-align:center;
		font-family: Verdana, Geneva, sans-serif}
		
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}
	
body {background-attachment: fixed;}

h5 {text-align: center;}

#line {border-right: 2px dotted #00FF66;
		float: left;
		padding-right: 80px;
		padding-left: 30px}
		
#line2 {float: right;
		padding-right: 80px;
		padding-left: 30px}
		
#IS {clear: both;
		}

.hover {
	display: block;
	width: 100px;
	height: 100px;
	background: url('/path/to/myImage.png') bottom;
	text-indent: -99999px;
}
.hover:hover {
	background-position: 0 0;
}

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;}
