@charset "UTF-8";

/*main style for Baltic Studies*/



/*zero out browser*/

body {
	margin: 0px;
	padding: 0px;
	
}

/*set general look of text & links*/

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #036;
	text-decoration: none;
}

a:link {
	text-decoration:none;
	color:#036;
}

a:visited {
	text-decoration:none;
	color: #036;
}

a:hover {
	text-decoration:underline;
	color: #900;
}

a:active {
	text-decoration:none;
}	

/*basic page layout*/

#wrapper {
	background: url(images/baltic_bkg_repeat.jpg) repeat-y center top;
	width: 760px;
}

#banner {
	background: url(images/banner.jpg) no-repeat center top;
	height: 187px;
	
}

h1 {
	margin-left: -3000px;
}	

#banner .imgBS {
	position: absolute;
	left: 10px;
	top: 120px;
}	


#banner .img {
	position: absolute;
	left: 10px;
	top: 150px;

}	


/*navigation styling*/

#nav {
	background: url(images/nav_bkg.jpg) no-repeat left top;
	float: left;
	height: 210px;
}	

#nav li {
	list-style-type: none;
	padding: 0;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 14px;
	margin: 0 auto;
	text-align:right;

}

#nav a:link {
	font-weight: bold;
	font-size: .8em;
	color: #069;
	text-decoration:none;
}	

#nav a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
	color: #069;
}

#nav a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
	color: #036;
}

#nav a:active {
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
	color: #036;
}			

/*content styling goes here*/


#content {
	background: #fff url(images/content_bkg.jpg) repeat-y left top;	
	margin-left: 156px;
	margin-right: 30px;
	position: top right;
}

#content p {
	text-align: justify;
	padding: 10px;
	line-height: 1.35em;
	font-size: .7em;
}	

#content h2 {
	background: url(images/red-rule-top.jpg) no-repeat left top;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	color: #069;
	font-weight: bold;
}	

#content .speakers {
	padding-left: 20px;
	padding-right: 20px;
}	



#content .end {
	
}	



#footer {
	text-align: left;
	padding-top: 210px;
	padding-left: 270px;
	font-size: .8em;
	background: url(images/content_bottom.jpg) no-repeat right top;
	height: 203px;
}	
	
.clear {
	clear:both;
}	
	
	
/*removed stuff:

border: #900 3px solid;
*/

