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

/* BASIC */

body {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

* { 
	outline:none; 
}

#wrapper {
	width:1000px;
	padding:0 10px 0 10px;
	background:#FFF;
	margin:0 auto;
}

/* TOPBAR / NAVIGATION */

#topbar_home {
	width:1000px;
	height:400px;
	background:url(../images/splash/SPLASH_home.jpg);
	background-color:#1A1A1A;
}

#topbar_portfolio {
	width:1000px;
	height:400px;
	background:url(../images/splash/SPLASH_portfolio.jpg);
	background-color:#1A1A1A;
}

#topbar_solutions {
	width:1000px;
	height:400px;
	background:url(../images/splash/SPLASH_solutions.jpg);
	background-color:#1A1A1A;
}

#topbar_profile {
	width:1000px;
	height:400px;
	background:url(../images/splash/SPLASH_profile.jpg);
	background-color:#1A1A1A;
}

#topbar_contact {
	width:1000px;
	height:400px;
	background:url(../images/splash/SPLASH_contact.jpg);
	background-color:#1A1A1A;
}

#logo_area {
	float:left;
	margin:20px;
}

#nav_area {
	float:right;
	margin:20px;
}

.nav_images {
	margin-left:10px;
}

/* BODY CONTENT */

#body {
	width:1000px;
	padding-top:10px;
	margin-top:10px;
	background:#1A1A1A;
}

#content_column_left {
	width:500px;
	margin:20px;
	text-align:justify;
}

#content_column_right {
	width:300px;
	float:right;
	margin:20px;
	text-align:justify;
}
#content_column_right_2 {
	width:460px;
	float:right;
	margin:20px;
	text-align:justify;
}

/* FOOTER */

#footer {
	width:960px;
	margin:20px 20px 0 20px;
	overflow:auto;
}

#footer_copyright {
	float:left;
	display:inline;
}

#footer_nav {
	float:right;
	display:inline;
}
