 html, body, div, span, applet, object, iframe,  
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
 a, abbr, acronym, address, big, cite, code,  
 del, dfn, em, font, img, ins, kbd, q, s, samp,  
 small, strike, strong, sub, sup, tt, var,  
 b, u, i, center,  
 dl, dt, dd, ol, ul, li,  
 fieldset, form, label, legend,  
 table, caption, tbody, tfoot, thead, tr, th, td {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  
 body {  
     line-height: 1;  
 }  
 ol, ul {  
     list-style: none;  
 }  
 blockquote, q {  
     quotes: none;  
 }  
 blockquote:before, blockquote:after,  
 q:before, q:after {  
     content: '';  
 }  
   
 /* remember to define focus styles! */  
 :focus {  
     outline: 0;  
 }  
   
 /* tables still need 'cellspacing="0"' in the markup */  
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
 }  
 
/* end of reset */ 

body {
background-image:url(images/bg.jpg);
background-repeat: x y;
font-family: "Comic Sans MS", cursive;
}

h1 {
	font-size:38px;
	
}


#wrapper {
	width: 1000px;
	height: 1000px;
	background-image:url(images/project_diary_bg.png);
	margin: 0 auto;
	position:relative;
}

#wrapper img {
	background-repeat:no-repeat;
}

/* start of main_content   */

#main_Content {
	width: 707px;
	height: 1350px;
	margin: 0 auto;
	background-image:url(images/project_diary_content.png);
	
}

.headline h1 {
	margin: 0 auto;
	padding: 40px 0 0 190px;
}

/* start of sectionone   */

#sectionone {
	margin: 45px 0 45px 0;
	width: 707px;
	height: 192px;	
}


#sectionone #sectiononepic {
	float:left;
	width: 249px;
	height: 186px;
	margin-left: 60px;
}

#sectionone #sectiononetext {
	width: 280px;
	float: right;
	margin: 5px 45px 0 0;
}

#sectionone #sectiononetext h2 {

}

#sectionone #sectiononetext p {
	font-size: 12px;
	line-height: 16px;
}
/* end of sectionone  */



/* start of sectiontwo   */
#sectiontwo {
	margin: 0px 0 45px 0;
	width: 707px;
	height: 320px;
}

#sectiontwo #sectiontwotext {
	width: 280px;
	float: left;
	margin: 5px 0px 0 65px;
}

#sectiontwo #sectiontwotext h2 {

}

#sectiontwo #sectiontwotext p {
	font-size: 12px;
	line-height: 16px;
}

#sectiontwo #sectiontwopic {
	float: right;
	width: 249px;
	height: 186px;
	margin: 0px 25px 0 0;
}

/* end of sectiontwo   */


/* start of sectionthree   */
#sectionthree {
	margin: 0px 0 45px 0;
	width: 707px;
	height: 320px;
}
#sectionthree #sectionthreepic {
	float:left;
	width: 249px;
	height: 186px;
	margin: 0 0px 0 75px;
}

#sectionthree #sectionthreetext {
	width: 280px;
	float: right;
	margin: 10px 55px 0 0;
}

#sectionthree #sectionthreetext h2 {

}

#sectionthree #sectionthreetext p {
	font-size: 12px;
	line-height: 16px;
}


/* end of sectionthree   */




/* start of sectionfour  */

#sectionfour {
	margin: 0px 0 0px 0;
	width: 707px;
	height: 192px;
}

#sectionfour #sectionfourtext {
	width: 280px;
	float: left;
	margin: 15px 0px 0 60px;
}

#sectionfour #sectionfourtext h2 {

}

#sectionfour #sectionfourtext p {
	font-size: 12px;
	line-height: 16px;
}

#sectionfour #sectionfourpic {
	float: right;
	width: 249px;
	height: 186px;
	margin: 10px 70px 0 0;
}


/* end of sectionfour  */

#copy {
	font-size: 12px;
	margin: 45px 0 0 250px;
}


/* end of main_content    */


#sidebarmenu3 {
	margin-top: 95px;
}




