﻿@charset "utf-8";


body, html {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	margin: 0;
	min-width: 1000px;
	min-height: 775px;
	overflow: auto;
	color: #000000;
}

body {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../../assets/images/tileDiz.jpg);
	background-repeat: repeat-x;
	font-size:65%;
	background-color: #ffffff;
	text-align: center;
}


/* Style the hyperlink properties */
A:link {text-decoration: underline; color: #999999;}
A:visited {text-decoration: underline; color: #999999;}
A:active {text-decoration: underline; color: #999999;}
A:hover {text-decoration: underline; color: #3399FF;}

.divider {
	width: 875px;
	height: 1px;
	margin: 0px 0px 40px;
	padding: 0px;
	border-bottom: 1px solid #333333;
}

.spacer {
	width: 875px;
	height: 1px;
	margin: 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #333333;
}



/* ////////////////////////////////////////////////////////////////////// */
/* Page Layout Styles */
#header {
	width:875px;
	position:relative;
	margin: 0px auto;
	/*border: 1px solid #e2dc90;*/
}

#navigation {
	width: 875px;
	height: 65px;
	padding: 57px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #e2dc90;*/
}

.projects {
	width:875px;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
	/*border: 1px solid red;*/
}

.project {
	width: 875px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #990000;*/
}

.contentLeft {
	float: left;
	width: 875px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #e2dc90;*/
}




.contentLeft p strong, .HomepageLeftChannel p strong, .HomepageRightChannel p strong, #wrapper #masterhead p strong {
	font-weight: normal;
	color: #3399FF;
}



.footer {
	width:875px;
	height: 100px;
	margin: 0px auto 0px;
	border: 1px solid #e2dc90;
}

.footer div strong {
	font-weight: normal;
	color:#FFFFFF;
}

/* ////////////////////////////////////////////////////////////////////// */
/* Alignment Styles */
.floatRight {float:right;}
.floatLeft {float:left;}

.alignRight {text-align:right;}
.alignLeft {text-align:left;}






