a img { border:none } /* Gets rid of IE's blue borders */
a:focus { outline: none; }
div#page-wrap{
	position:relative;
	width:800px;
	background-image:url('../images/bg-shade.png');
	background-repeat:repeat;
	height: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

	
	


body h2{
	font-weight: normal;	
	font-size: 27px;
	margin-top: 0px;
}
body h3{
	font-weight: normal;	
	font-size: 27px;
	margin-bottom: 10px;
}
body a{
	color: #c4d92e;
	text-decoration: none;
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body a:hover{
	color: #fff;
}
body p{
	margin: 0px 0px 10px 0px;
}
h1#head{
	color:#C4D92E;
	height:50px;
	position:relative;
	width:800px;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 40;
	margin-left: auto;
}
#head a{
	display:block;
	font-size:70px;
	font-weight:normal;
}
#head a span{
	color: #fff;
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#head a:hover span{
	color: #c4d92e;
}
ul#nav{
	background-image: url('../images/list_bg.png');
	background-repeat: repeat-x;
	height: 70px;
	width: 755px;
	list-style: none;

}
ul#nav li a{
	display: block;
	color: #c4d92e;
	width: 146px;
	float: left;
	text-decoration: none;
	font-size: 24px;
	margin-top: 6px;
	margin-left: -30px;
	margin-right:30px;
}
ul#nav li a.home {
	left: 0px;
	top: 0px;
	width: 146px;
	clip: rect(6px,30px,auto,-30px);
}
ul#nav li a.about {
	left: 0px;
	top: 0px;
	width: 146px;
	margin-left: -30px;
	margin-top: 6px;
	margin-right: 30px;
}
ul#nav li a:hover , ul#nav li.current_list_item a{
	color:white;		
}
div#upper-content{
	color: white;
	margin-left:20px;
	margin-top: 5px;
	width:750px;		
}
div#lower-content{
	color: white;
	margin-left:20px;
	margin-top: auto;
	width:750px;
	height:95px;
}
#lower-content p{
	font-size: 14px;
}



div#welcome{
	width: 290px;
	height: 148px;
	margin-top: 0px;
}

div#image{
	background-image: url(/images/img.jpg);
	width:430px;
	height:192px;
	float:right;
	position:relative;
	margin-left: -5px;
	margin-top: -170px;
	visibility: visible;
}
div#column-header{
	float:left;
	width:272px;
	position:relative;
	
}
div#flickr{
	position:relative;
	width: 210px; 
	float:left;
	margin-left: 50px;
}
ul#flickr-box{
	list-style:none;
	margin-left:-40px;
}

ul#flickr-box li a{
    	display:block;
	float: left;
	width: 50px; height: 50px;	
	margin-right:10px;
	margin-bottom:10px;
	opacity:0.4; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* for Internet Explorer */
	background-color: #fff;
}
ul#flickr-box li a:hover{
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* for Internet Explorer */
} 
div#get-in-touch{
	position:relative;
	float:right;
	width:400px;
	height: 50px;
}
div#footer{
	color:#797979;
	margin:0px;
	width:800px;
	height:70px;
	margin-top:50px;
	text-align:center;	
	font-size:13px;
}
ul#contact-list{
	margin-left:-35px;
	list-style:none;
	font-size:small;
	height:125px;		

}
ul#contact-list li{
    display:block;
	background-image: url('../images/flickr-box.png');
	margin-bottom:7px;
	height:18px;
	width:180px;
}
ul#contact-list li input{
	border-style:none;
	width:140px;
	height:12px;
	font-size:x-small;
	background-color:#6C6C6C;
	opacity:0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); /* for Internet Explorer */
	
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul#contact-list li input:focus{
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* for Internet Explorer */
	color:white;	
}
ul#contact-list li#message{
    width:180px;
    height:80px;
}
ul#contact-list li#message textarea{
	width:172px;
	background-color:#6C6C6C;
	border-style:none;
	opacity:0.1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); /* for Internet Explorer */
	/* FOR SMOOTH TRANSITION EFFECT */
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul#contact-list li#message textarea:focus{
	opacity:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* for Internet Explorer */
	color:white;	
}
div#get-in-touch a{
	color:#c4d92e;
	text-decoration:none;
	float:right;
	font-size:large;
	margin-top:5px;
}	
div#get-in-touch a:hover{
	color:white;
}
