/* stylesheet for alexiskienlen.com - site design by http://www.thinkpretty.com */

html { 
	text-align: center; /* IE5 hack */ 
	}

body, #container, #header, #content, #footer {width: 760px;}

body { 
	text-align: left; /* IE5 hack */
        margin: 0 auto;
	background-color: #ac3030;
	}

div, td, h1, p, li, a {
	text-align: justify;
	font-style: normal; 
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, san-serif; 
	color: #333;
	word-spacing: 1px;
	}

#container {
	position: absolute; 
	top: 0px; 
	height: auto;
	text-align: center;
	}

#header {
	height: 50px;
	margin-top: 0px;
 	background-image: url(../images/bg-floral-top.gif);
	background-repeat: no-repeat;
	overflow: hidden; /* keeps header, content and footer together with no gap between */
	text-align: center;
	color: #666;
	}

#header-navigation {
	margin-top: 35px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, san-serif;
	text-transform: uppercase;
	}


#content {
	min-height: 375px;
	border: 0px; padding: 0px; margin: 0px;
	padding-bottom: 20px;
	background-color: #F2F4F4;
	}

.tcontent {
	width: 700px; /* width of #content (760px) - width of .tcontent padding (30px x 2) */
	padding: 0px; 
	margin: 20px 30px 0px 30px;
	cellspacing: 0px;
	border-collapse: collapse;
	}

.tcontent td {
	vertical-align: top;
	}

#about {
	width: 400px; 
	padding-right: 30px;
	}

#footer {
	height: 45px; 
	border: 0px; padding: 0px; margin: 0px; margin-bottom: 10px;
	overflow: hidden; /* keeps #header, #content and #footer together with no gap between */
 	background-image: url(../images/bg-floral-bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
	}

h1 {
	text-align: left;
	font-weight: 700;
	font-family: Verdana, 'Trebuchet MS', Sans-Serif;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: -1px;
}

.backtotop {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	}

.emphasis {
	font-style: italic;
	}

.photo {
	border: 1px solid #333; 
	}

.title {
	font-weight: 700;
	}

.publication {
	font-style: italic;
	}

a:link {font-size: 11px; color: #ac3030; font-weight: bold; text-decoration: none;}
a:visited {font-size: 11px; color: #ac3030; font-weight: bold; text-decoration: none;}
a:active {font-size: 11px; color: #ac3030; font-weight: bold; text-decoration: none;}
a:hover {font-size: 11px; color: #333; font-weight: bold; text-decoration: none;}