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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	background-color:#fafaf9;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
}

a {
	color:#4f184a;
	text-decoration:none;
}

a:hover {
	color:#000;
}

#globe {
	background-image:url(images/globe.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:100%;
	height:850px;
}

#container {
	margin:0 auto;
	width:860px;
}

#dropshadow1 {
	background-image:url(images/dropshadow.png);
	width:870px;
	padding:3px;
}

#dropshadow2 {
	background-image:url(images/dropshadow.png);
	width:435px;
	height:32px;
	padding:3px;
	position:absolute;
	margin:-55px 0px 0px 432px;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:295px;
	height:177px;
}

#menu {
	color: #000;
	font-size:10px;
	background-color:#c0b5af;
	padding:8px;
	border:1px solid #FFF;
	width:420px;
	position:absolute;
}

#menu a {
	font-size:14px;
	color:#4f1550;
	text-decoration:none;
}

#menu a:hover {
	color:#000;
}

#clear {
	clear:both;
}

#content {
	border:10px solid #FFF;
	background-image:url(images/bg.png);
	width:850px;
	height:460px;
}

#content p {
	padding:20px;
	text-align:justify;
	margin-top:300px;
}

#content2 {
	border:10px solid #FFF;
	background-image:url(images/bg.png);
	width:850px;
	height:670px;
}

#content2 p {
	padding:20px;
	text-align:justify;
	margin-top:300px;
}

h2 {
	color:#4f184a;
	font-size:70px;
	width:300px;
	height:200px;
	padding:10px;
	position:absolute;
	margin:30px 0px 0px 10px;
}

#image {
	width:570px;
	height:265px;
	margin:20px 0px 0px 350px;
	background-color:#FFF;
	position:absolute;
	border:2px solid #EDECEA;
}

#image2 {
	width:570px;
	height:265px;
	margin:20px 0px 0px 150px;
	background-color:#FFF;
	position:absolute;
	border:2px solid #EDECEA;
}

#portfolio li {
	margin-left:-40px;
	margin-top:-24px;
	list-style:none;
	border:10px solid #FFF;
	width:550px;
	height:250px;
}


#footer {
	margin:0 auto;
	width:860px;
	margin-top:10px;
	font-size:12px;
	margin-bottom:20px;
}

#footer a {
	color:#4f1550;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
}
