@charset "utf-8";
/* CSS Document */

body {
	
	background: url(images/background.png) no-repeat top #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	
	
}

.wrapper {

width:980px;
margin-left:auto;
margin-right:auto;
min-height:400px;

}

.header {

width:100%;
height:55px;
float:left;
background:url(images/top_01.jpg) no-repeat top;
z-index:0;


}

.logo {

float:left;

width:223px;
height:55px;
background:url(images/logo_01.png) no-repeat;

}

.content {

width:100%;
float:left;
position:relative;
min-height:500px;
background:url(images/mainbg_05.jpg) no-repeat top;
z-index:2;
	
}

.shadow {

background:url(images/shadows_03.png) no-repeat top;
position:absolute;
width:980px;
height:608px;
z-index:5;
top:75px;
	
}

.menu {

float:right;
right:40px;
top:20px;
position:relative;
width:150px;
z-index:20000;

	
}


.photo {

float:left;
width:500px;
min-height:638px;
position:relative;
	
}

.contact {

float:left;
width:450px;
position:relative;
	
}

.title {
position:relative;
font-family:"Century Gothic", Arial;
font-size:2.2em;
color:#FFF;
line-height:2em;
	
}

P {
position:relative;
font-size:1.3em;
color:#666;
font-family:Arial, Helvetica, sans-serif;
padding:10px;
	
}

.form {

position:relative;
z-index:19999;
	
}

INPUT {
position:relative;
width:300px;
height:21px;
background:#000;
border:1px solid #666;
color:white;
	
}

TEXTAREA {
position:relative;
background:#000;
color:white;
border:1px solid #666;
	
}

.footer {
	position:relative;
	height:35px;
	width:980px;
	float:left;
	background:url(images/footerbg_15.jpg) no-repeat;
	text-align:right;
	color:#999;
	padding-top:5px;
	padding-right:5px;
	
}

.copyright {

width:100%;
text-align:center;
color:#666;
	
}

A {

color:white;

}

A:hover {

color:#666;

}


a.jScrollArrowUp {
	background: url(http://www.kelvinluck.com/assets/jquery/jScrollPane/images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(http://www.kelvinluck.com/assets/jquery/jScrollPane/images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}