@charset "utf-8";
body {
	background-image: url(Images/background.jpg);
	background-repeat:  repeat-x;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;

}
#wrapper {
	width:1050px;
	margin:0 auto;
}
#header {
	float: left;
	height: 30px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #000000;
	margin-top: 20px;
}


#header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	text-align: center;
}

#menu {
	float: left;
	width: 168px;
	margin-top: 100px;
	margin-right: 80px;
	background-image: url(Images/bgmenu3.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}
#menuwrapper {
	float: left;
	width: 248px;
}

#menulanguage img {
	margin: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu p {
	float: left;
	width: 168px;
	clear: inherit;
	margin-right: 80px;
	text-align: center;
	margin-top: 20px;
}
#menulanguage {
	float: left;
	height: 80px;
	width: 168px;
	margin-top: 10px;
	margin-right: 80px;
	text-align: center;
}



#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 20px;
	width: 148px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}
#menu a:hover {
	color: #993366;
}

#content {
	float: right;
	height: 500px;
	width: 800px;
	margin-top: 50px;
	background-image: url(Images/bgcontent3.jpg);
	position: inherit;
}
#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 20px;
	overflow: auto;
}
#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}#content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#content_text {
	margin: 20px;
	float: left;
	height: 460px;
	width: 460px;
	overflow: auto;
}
#content_text_right {
	float: left;
	height: 438px;
	width: 278px;
	margin-top: 30px;
	margin-left: -10px;
	border: 1px solid #CCCCCC;
}

#content_portfolio_left {
	float: left;
	height: 450px;
	width: 500px;
	margin: 20px;
	padding-top: 10px;
}
#content_portfolio_left .object {
	height: 138px;
	width: 478px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content_portfolio_left .object img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content_portfolio_right {
	float: left;
	height: 438px;
	width: 238px;
	margin-top: 30px;
	margin-left: -10px;
	border: 1px solid #CCCCCC;
}
#content_portfolio_right img {
	margin-bottom: 2px;
	margin-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content_portfolio_right a {
	font-size: 125%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#footer {
	font-size: 90%;
	text-align: center;
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-left: 250px;
	color: #000;
}
#footer a {
	color: #FFF;
}
