* {
	margin:0px;
	padding:0px;
}

body {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 62.5%;
	background-color:#660000;
	background-image: url(../images/SRM-background.jpg);
	background-repeat:repeat-x;
	background-position: top center;
}

h1, h2, h3 {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	color:#990000;
}

h1 {
	font-size:30px;
	margin-bottom: .5em;
}

h2 {
	font-size:23px;
	margin-bottom: .5em;
}

h3 {
	font-size:20px;
	margin-bottom: .3em;
}

p {
	font-size:16px;
	line-height: 20px;
	margin:0 0 10px 0;
}

ul, ol {
	padding-left:30px;
	margin:0 0 10px 0;
}

li {
	font-size:16px;
	line-height: 20px;
}

a {
	text-decoration:none;
}

a:link {
	color: #990000;
	
}

a:visited{
	color: #990000;
	
}

a:hover {
	color: #CC0011;
}

fltlt {
	float:left;
}

fltrt {
	float:right;
}

.clr {
	clear:both;
}

#container {
	width:850px;
	margin:10px auto;
	background-color:#FFFF9D;
}

#nav_bar {
	text-align:center;
	height:300px;
	width:175px;
	float:left;
	background-image: url(../images/SRM-ladder.png);
	background-repeat: no-repeat;
	padding:3px 0 50px 14px;
}

#nav_bar ul {
	list-style: none;
	list-style-position: inside;
	padding:0px;
}

#nav_bar li {
	width:136px;
	height:40px;
	margin:0 0 10px 0;
}

#nav_bar img {
	border:none;
}

#side_bar {
	float:right;
	width:175px;
	padding:5px;
	border: 3px solid #990000;
}

#side_bar span {
	font-size:1.6em;
	line-height: 1.5em;
}

#main_content {
	margin:0 20px 0 200px;
}

ul#projects_listing {
	list-style: none;
	list-style-position: inside;
	padding:0px;
}

li.project_listing {
	margin-bottom:15px;
}

#footer {
	width:850px;
	height:70px;
	padding-top:10px;
	margin:auto;
	clear:both;
	background-image: url(../images/SRM-footer.png);
	background-repeat:no-repeat;
	text-align:center;
}
