html {
padding: 0px 0px 0px 0px;
margin: 0px;
overflow: hidden;
width: 100%;
height: 100%;
}

body {
padding: 0px 0px 0px 0px;
margin: 0px;
top:0px;
left:0px;
overflow: hidden;
width: 100%;
height: 100%;
font-size: 90%;
font-family: Arial;
}

img {
border: 0px;
}
	
#scroller {
background-image: url(media/RightLine.png);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: top right;
border-top: #990000 3px solid;
border-right: #990000 3px solid;
z-index: 2;
overflow: auto;
width: 100%;
height: 100%;
position: absolute;
}

#background {
z-index: 1;
width: 100%;
height: 100%;
position: absolute;
}

#content {
padding: 40px 45px 60px 300px;
min-width: 400px;
}

#content li {
line-height: 1.8em;
letter-spacing: 0.1em;
list-style-type: disc;
}

#content a:active {
color: #333333;
text-decoration: underline;
}

#content a:link {
color: #333333;
text-decoration: underline;
}

#content a:visited {
color: #333333;
text-decoration: underline;
}

#content a:hover {
color: #990000;
text-decoration: none;
}

#leftCurve {
padding: 0px 0px 0px 0px;
z-index: 10;
width: 324px;
color: #567;
position: absolute;
overflow: hidden;
}

#leftMenu {
padding: 0px 0px 0px 0px;
z-index: 10;
width: 324px;
height: 500px;
color: #567;
position: absolute;
overflow: hidden;
}


#bottom {
width:100%;
bottom:0px;
background-repeat:no-repeat;
position:absolute;
height:53px;
background-position: center bottom;
background-image: url(media/BottomBar.png);
z-index:10;
}


.gridListSmall {
	width: 456px;
	font-family: Arial;
}

.gridListSmall li {
	width: 152px;
	height: 58px;
}

.gridListBig {
	width: 750px;
}

.gridListBig li {
	width: 250px;
	height: 95px;
}

.gridList img {
	float: right;
}

.gridList li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: left;
	list-style-type: none;
	position:relative;
}

#projectsList li
{
	line-height:1.1em;
	font-size:70%;
}
