/* CSS Document */

body { background: #676767;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#191919;
				margin:0px;
				}
				
a:link {
	color: #2c2c2c;
	text-decoration: underline;}
	
a:visited{
	color: #2c2c2c;
	text-decoration: underline ;}
	
a:hover{
	color: #2c2c2c;
	text-decoration: underline ;}
	
	:focus {
	outline: 0;
	}

.home {background-image: url(../sidebar/home.gif); background-position:top; background-repeat:no-repeat;}
.portfolio {background-image: url(../sidebar/portfolio.gif); background-position:top; background-repeat:no-repeat;}
.gallery {background-image: url(../sidebar/gallery.gif); background-position:top; background-repeat:no-repeat;font-size:13px;}
.links {background-image: url(../sidebar/links.gif); background-position:top; background-repeat:no-repeat;}
.contact{background-image: url(../sidebar/contact.gif); background-position:top; background-repeat:no-repeat;}

.bodyimg{background-image: url(../images1/body.jpg); background-position: bottom; background-repeat:no-repeat;}
.bodyinput{ width:370px; height:175px; background-color:#000000; border-width:0px; color:#e3e3e3; }

.input{ color:#282828; 
				border-color:#9a9a9a; 
				background-color:#676767; 
				border-width:1px;
				font-size:12px; border-style:solid;
				}
				
.submit { color:#000000; 
					border-color:#e3e3e3; 
					background-color:#676767; 
					border-width:1px;
					font-size:13px; 
					font-weight:bold; border-style:solid;
}

.copyright{ font-size:11px; color:#4e4e4e}
.poweredby{font-size:10px;color:#4e4e4e;}
.mtext { font-size:12px;}
.ltext { font-size:13px;}

.cattitle{ font-size:12px; font-weight:bold; color:#e3e3e3; text-decoration:none;}

