body {
	margin:0;
	background:url(image/bg.gif) repeat-x;
	background-color:#46474b;
}
h1 {
	font-size:90%;
	color:#caa15a;
}
#sidebar {
	padding:10px;
}
#sidebar li {
	padding-bottom:10px;
}
#content {
	padding:10px;
	padding-bottom:40px;
	text-align:justify;
	line-height:19px;
	border-left:1px solid #e6e6e6;
	
}
#content li {
	padding-bottom:5px;
}
#gallery {
	background:#ffe0aa;
	padding:10px;
	border:1px solid #e7b968;
}
#gallery img {
	border:1px solid #000;
}
#intro {
	color:#b77f1e;
	font-weight:bold;
	font-size:110%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contact {
	background:#ededed;
	border:1px dashed #aaaaaa;
	padding:10px;
}
#footer {
	padding-top:20px;
	text-align:center;
}
#footer {
	color:#fff;
	font-size:90%;
	background:url(image/index_21.gif) no-repeat;
}
#footer a {
	color:#fff;
}
/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#000;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(image/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(image/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(image/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
#content a {
	font-weight:bold;
	color:#ba8c00;
}
#portfolio #content a {
	color:#000;

	text-decoration:none;
}
#portfolio #content a:hover {
	text-decoration:underline;
}

#images {
	width:95%;
	max-width:95%;
}
#contact a {
	color:#333;
	text-decoration:none;
}
#contact a:hover {
	text-decoration:underline;
}