@charset "utf-8";

/* Browser Reset */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
 } 
table {  
     border-collapse:collapse;   
     border-spacing:0;   
} 
fieldset, {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
     font-style:normal;   
     font-weight:normal;   
 } 
ol,ul {  
     list-style:none;   
} 
caption,th {  
     text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
    font-weight:normal;   
 } 
q:before,q:after {  
     content:'';   
 } 
 abbr,acronym { border:0;   
 }

/*End Browser Reset */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#blog_title {
	float: left;
	position: absolute;
	left: 123px;
	top: 20px;
	width: 530px;
}
#andrea_picture {
	position: absolute;
	left: 69px;
	top: 141px;
}
#andrea_summary {
	position: absolute;
	left: 246px;
	width:250px;
	text-align:justify;
	top: 185px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#page_background {
	background-image: url(images/page_background.gif);
	background-repeat: repeat-y;
	height: auto;
	float: left;
	width: 960px;
}
#blog_content {
	float: left;
	width: 580px;
	padding-left: 40px;
	text-align: justify;
}

#blog_content p {
margin-top:10px;
margin-bottom:10px;
}

#blog_content h1 {
	font-size: 36px;
}
#blog_content h2 a {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: thin dashed #906;
	margin-bottom: 5px;
color: #906;
}

#blog_content a {
	text-decoration: none;
}
#blog_content a:hover {}

#page_background_bottom {
	float: left;
	padding-top: 10px;
}
#footer {
	float: left;
	width: 960px;
	height: 150px;	
}
#sidebar {
	float: right;
	width: 265px;
	margin-right: 40px;
        padding: 5px;
	background-color: #A4175A;
	height: auto;
	border: 3px solid #906;
	list-style:none;
	color:#FFF;
}



#sidebar a {color:#FFF}
#sidebar a:hover {color:#333}
.sidebar_section {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #906;
	display: block;
	padding: 5px;
	width: auto;
margin-top: 5px;
margin-bottom: 5px;
}


#blog_content img {border:5px color:#903;
	float:left;
	margin-right:5px;
	border: 5px solid #906;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	height: 109px;
	width: 108px;
}
#header {
	background-image: url(images/header_bg.png);
	height: 354px;
	width: 960px;
	position: relative;
}

#header h1 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #906;
	text-decoration: none;
}

#header h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-top: 5px;
}

#header h4 {font-weight:bold;}

#blog_description {
	float: left;
	position: absolute;
	left: 121px;
	top: 51px;
	width: 530px;
}



