/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 1em;
	padding-top: 1em;
}


body {
	/* BG-Color: */
	background-color: #000000;
	background-image: url(../images/bgBody.jpg);
	background-repeat:repeat;
	text-align: center;
	margin-top: 8em;
}

.page {
	/* Page width: */
	width: 60%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #bed62f;
}

#logo_black {
	/* logo color 2: */
	color: #999999;
}

#contentbox {
	background-color: #333333;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#contentbox2 {
	background-color: #000000;
	width: 45em;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5%;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link { 
	color: #666666; 
	text-decoration: none 
}
#menu a:active { 
	color: #bed62f; 
	text-decoration: none 
}
#menu a:visited { 
	color: #666666;
	text-decoration: none 
}
#menu a:hover { 
	color: #bed62f; 
	text-decoration: none 
}

#padding {
	padding: 0.2em;
}

#innerpage1 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: center;
	background-color: #ffffff;
	background-image: url(../images/background);
}

#innerpage2 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: center center;
	background-color: #FFFFFF;
	background-image: url(../images/bgAbout.gif);
}

#innerpage3 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: center bottom;
	background-color: #000000;
	background-image: url(../images/bgPortfolio.gif);
}

#innerpage4 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: center top;
	background-color: #000000;
	background-image: url(../images/bgResume.gif);
}

#innerpage5 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: center bottom;
	background-color: #000000;
	background-image: url(../images/bgRates.gif);
}

#innerpage6 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: center;
	background-color: #000000;
	background-image: url(../images/bgContact.gif);
}

#innerpage7 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: center center;
	background-color: #FFFFFF;
	background-image: url(../images/bgColophon.gif);
}

#innerpage8 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: left;
	background-color: #000000;
	background-image: url(../images/bgSitemap.gif);
}

#innerpage9 {
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
	background-position: left;
	background-color: #bed62f;
}

#innerpage10 {
	background-repeat: repeat;
	padding: 1em;
	height: 20em;
	background-position: left;
	background-color: #000000;
	background-image: url(../images/bgBrief.jpg);
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #000000;
	filter: Alpha(Opacity=80);
	opacity: .7;
	float: left;
	width: 25em;
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content2 {
	background-color: #000000;
	opacity: .7;
	float: right;
	width: 25em;
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	color: #999999;
	filter: Alpha(Opacity=80);
}
#content3 {
	background-color: #000000;
	float: left;
	width: 25em;
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	color: #999999;
}
#content4 {
	background-color: #000000;
	float: left;
	margin-left:28%;
	width: 32em;
	height: 45.2em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}
#content5 {
	background-color: #000000;
	padding: 0.5em;
	width: 58.5em;
	height: 45.2em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}
#content p {
	font-size: 0.9em;
	color: #999999;
}

#content2 p {
	font-size: 0.9em;
	color: #999999;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #999999;
}

#content h2 {
	font-size: 1em;
	font-family: Verdana, Ariel;
	color: #999999;
}

#content h3 {
	font-size: 0.9em;
	font-family:Verdana, Ariel;
	color: #999999;
}

#content2 h2 {
	font-size: 1em;
	font-family: Trebuchet MS;
	color: #999999;
	font-weight: bold;
}

/* link colors */
#content a:link { 
	color: #666666; 
	text-decoration: none 
}
#content a:active { 
	color: #bed62f; 
	text-decoration: none 
}
#content a:visited { 
	color: #666666;
	text-decoration: none 
}
#content a:hover { 
	color: #bed62f; 
	text-decoration: none 
}

#content2 a:link { 
	color: #666666; 
	text-decoration: none 
}
#content2 a:active { 
	color: #bed62f; 
	text-decoration: none 
}
#content2 a:visited { 
	color: #666666;
	text-decoration: none 
}
#content2 a:hover { 
	color: #bed62f; 
	text-decoration: none 
}

#content3 a:link { 
	color: #666666; 
	text-decoration: none 
}
#content3 a:active { 
	color: #bed62f; 
	text-decoration: none 
}
#content3 a:visited { 
	color: #666666;
	text-decoration: none 
}
#content3 a:hover { 
	color: #bed62f; 
	text-decoration: none 
}

#content4 a:link { 
	color: #666666; 
	text-decoration: none 
}
#content4 a:active { 
	color: #bed62f; 
	text-decoration: none 
}
#content4 a:visited { 
	color: #666666;
	text-decoration: none 
}
#content4 a:hover { 
	color: #bed62f; 
	text-decoration: none 
}

#content5 a:link { 
	color: #666666; 
	text-decoration: none 
}
#content5 a:active { 
	color: #bed62f; 
	text-decoration: none 
}
#content5 a:visited { 
	color: #666666;
	text-decoration: none 
}
#content5 a:hover { 
	color: #bed62f; 
	text-decoration: none 
}
