* {
margin:0;
padding:0;
}

html, body {
background-color:#fff;
font-size:12px;
font-family:Arial;
text-align:center;
color:#565656;
height: 100%;
padding: 0;
margin: 0; 
}

DIV.page
{
position: absolute;
left: 50%;
top: 50%;
width: 760px;
height: 500px;
margin-left: -380px; /* half of width */
margin-top: -250px;  /* half of height */
}

#header {
height:40px;
width:745px;
padding-top:15px;
padding-left:15px;
padding-bottom:15px;
text-align:left;
}

h1, h1 a, h1 a:hover {
font-family:Verdana;
font-size:24px;
font-weight:bold;
color:#000;
text-decoration:none;
padding-bottom: 5px;
}

h1 a span, h1 span {
font-weight:bold;
color:#999;
text-decoration:none;
}

h2 {
color:#565656;
color:#000;
font-size:16px;
margin-top: 20px;
padding-bottom:15px;
text-transform: uppercase;
font-weight:normal;
}

#header h2 {
font-size:12px;
font-weight:normal;
color:#999;
margin-top:-5px;
text-transform: none;
}

#header h2 span.title {
color:#000;
text-transform: none;
float: left;
}

#header h2 span.links {
text-transform: uppercase;
padding-right: 15px;
font-size: 10px;
float: right;
}

#stage {
width:730px;
height:350px;
margin-left: 15px;
padding: 0;
overflow:hidden; 
clear:both;
border:1px solid #dfdbd5;
}

DIV.rightCol {
float:right; 
width:280px; 
height:350px; 
margin-top:-20px; 
margin-right:-20px; 
margin-left: 30px;
	background: #000 url(../images/floral_dark.png) repeat;
	}

#about, #contact, #home {
background-color:#fff;
width:690px;
padding:20px;
height:310px;
overflow:hidden; 
clear:both;
text-align:left;
}

#about {
	background: url(../images/about_me.jpg) no-repeat 450px 0;
	}

#home {
	background: url(../images/home_bg.jpg) no-repeat 0 0;
	}

#portfolio_noj {
width:728px;
margin-left:15px;
margin-right:15px;
padding-top:10px;
overflow:hidden; 
position: relative;
clear:both;
text-align:left;
}

#portfolio {
width:730px;
height:350px;
overflow:hidden; 
position: relative;
clear:both;
text-align:left;
}

#about, #contact, #portfolio {
display:none;
}

#portfoliostrip {
width:9000px;
height:350px;
position:absolute;
}

.item_noj {
width:726px;
clear:both;
margin-bottom:10px;
border:1px solid #dfdbd5;
}

.item_noj h2, .item_noj p {
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}

.item_noj h2 {
padding-top:10px;
}

.item {
width:730px;
height:350px;
float:left;
}

.itemImage {
z-index:1;
width:730px;
height:350px;
overflow:hidden;
position:absolute;
}

.itemDescription_noj {
z-index:2;
width:708px;
background-color:#FFFFFF;
padding:10px;
text-align:left;
}

.itemDescription {
z-index:2;
width:200px;
height: 310px;
background-color:#FFFFFF;
padding:20px;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
position:absolute;
bottom:0px;
text-align:left;
}

#stage * p {
color:#565656;
line-height:18px;
padding-bottom:10px;
}

a {
color:#858585;
text-decoration:none;
}

a:hover {
color:#999999;
text-decoration:underline;
}

a:active, a:focus {
outline: none;
-moz-outline-style: none;
}

.buttons {
width:730px;
margin-left:15px;
margin-right:15px;
clear:both;
padding-top:8px;
height:22px;
}

.buttons a, #stage a {
padding-left:8px;
padding-right:8px;
padding-top:4px;
padding-bottom:4px;
background-color:#e6e6e6;
display:block;
float:left;
margin-right:1px;
color:#666; /*#858585*/
text-decoration:none;
}

#stage a {
background-color:#c9c9c9;
}

.buttons .left {
float:left;
width:300px;
display:none;
}

.buttons .right {
float:right;
width:400px;
}

.buttons .right a {
float:right;
}

#contactform {
font-size:12px;
color:#9f9f9f;
padding-top:10px;
padding-left:10px;
}

#contactform .line {
clear:both;
padding-top:5px;
padding-bottom:5px;
}

.input {
background-color:#FFFFFF;
border:1px solid #666666;
float:left;
width:240px;
padding:4px;
height:14px;
}

.textarea {
background-color:#FFFFFF;
border:1px solid #666666;
float:left;
width:240px;
padding:4px;
}

#sendbutton {
background-color:#c9c9c9;
border:none;
color:#666;
width:80px;
font-family:Arial;
font-size:12px;
padding:4px;
margin-top:5px;
}

#sendbutton:hover {
background-color:#000000;
color:#CCCCCC;
}

.input_caption {
float:left;
width:100px;
text-align:right;
padding-top:5px;
padding-bottom:5px;
padding-right:6px;
}