@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
2	    margin:0; 
3	    padding:0; 
4	} 
5	table { 
6	    border-collapse:collapse; 
7	    border-spacing:0; 
8	} 
9	fieldset,img {  
10	    border:0; 
11	} 
12	address,caption,cite,code,dfn,em,strong,th,var { 
13	    font-style:normal; 
14	    font-weight:normal; 
15	} 
16	ol,ul { 
17	    list-style:none; 
18	} 
19	caption,th { 
20	    text-align:left; 
21	} 
22	h1,h2,h3,h4,h5,h6 { 
23	    font-size:100%; 
24	    font-weight:normal; 
25	} 
26	q:before,q:after { 
27	    content:''; 
28	} 
29	abbr,acronym { border:0; 
30	} 


body{
background:#80005F url(../img/spacer.jpg);
margin:0;
padding:0;
font-family:"Trebuchet MS", Tahoma;
}

a{
text-decoration:none;
color:inherit;
}

#container{
overflow: hidden;
width:1000px;
background: url(../img/back.jpg) no-repeat;
}

#containerback{
background: repeat-y url(../img/backspace.jpg);
}

#topscacer{
height:140px;
width:1000px;
}

#footer{

clear:both;
width:440px;
height:25px;
text-align:center;
}



#menu{
float:left;
width:273px;
}
#content{
font-family:"Trebuchet MS", Tahoma;
width:440px;
margin:0 0 25px 300px;

}

#menu ul{
margin:0 25px 0 0;
font:italic 160% "Trebuchet MS", Tahoma;
text-align:center;
list-style:none;
line-height:40px;
color:#ff6a00;
}
#menu a{
color:#ff6a00;
}

#menu a:hover{
color:#ffa666;
}

#menu h3{
	font:italic 140% "Trebuchet MS", Tahoma;

	margin:0;
	padding:0;
}

#content h1{
width:410px;
line-height:30px;
color:#ff6a00;
margin:0 0 20px 0;
font:170% "Trebuchet MS", Tahoma;
}

.cms-guestbook-pagination_header{ 
width:90%; 
font-weight:bold;
margin:0 0 25px 0;
text-align:right;
}

.gbitem{
margin: 0 0 0 25px;
}

#contact{
width:440px;
}
