body {
	background-color:#000;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	
}
body {
	scrollbar-base-color:black;
	scrollbar-track-color:black;
	scrollbar-face-color:#333333;
	scrollbar-arrow-color:#FFCC00;
	scrollbar-DarkShadow-Color: black;
	scrollbar-highlight-Color: black;
}
a {
	color:#9C0;
	text-decoration:none;
}
a:hover {
	color:#9F0;
	text-decoration:underline;
}

.copyright-text {
	font-size:11px;
	color:#666;
	text-align:center;
	padding:10px;
	
	margin-top:20px;
}

.mainTable {
	width:900px;
}

.mainContent {
	background:url(images/layout_main.jpg) no-repeat #333 top right;
	height:530px;
	width:900px;
}

.navigationBar {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

.navigationBar a {
	color:#eee;
	font-weight:bold;
	line-height:30px;
	
	text-shadow: #222 0px -1px 1px;
}
.navigationBar a:hover {
	color:#fff;
}

.navigationBar .divider {
	color:#999;
	display:inline;
}

#pageTitle {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:white;
	
	position:absolute;
	top:15px;
	right:20px;
}

#mainpic {
	width:550px;
	height:530px;
	
	float:left;
	position:relative;
}

#mainpic table {
	width:550px;
	height:530px;
	
	border:0px;
}

#mainpic #previewImg {
	-webkit-box-shadow:0px 2px 8px #191919;
	-moz-box-shadow:0px 2px 8px #191919;
	-box-shadow:0px 2px 8px #191919;
	
	display:none;
	border:4px solid #ccc;
	
	-webkit-border-radius:4px;
}

#mainpic .imgContainer {
	background:url(images/bigLogo.png) no-repeat center;
	min-height:100px;
	vertical-align:middle;
}

#browserpic {
	height:530px;
	width:350px;
	
	float:left;
	background:#191919 url(images/browserPicBg.png) bottom right no-repeat;
	
	overflow-y:scroll;
}

#browserpic .thumbContainer {
	float:left;
	margin:15px 0 0 15px;
}

#browserpic .thumbContainer img {
	width:64px;
	height:64px;
}

.projectTitle {
	width:305px;
	margin:15px 0 0 15px;
	float:left;
	
	color:white;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:lighter;
}

.projectDescription {
	width:305px;
	margin:15px 0 0 15px;
	float:left;
	
	color:#999;
	font-size:11px;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
}

.projectThumbnails {
}

.projectDivider {
	width:300px;
	height:30px;
	display:block;
	float:left;
}

.bottomBar {
	width:839px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	text-align:center;
}

ul,ol {
	list-style-position:outside;
}

li {
	margin:10px 0;
}

.li_mainpoint {
	color:white;
}

.li_mainpoint li {
	color:#999;
	font-size:10px;
}
