/* Designed by Samuel Newby 
Site: Undrm.net
*/

body {
background-color: #fcffe7;
max-width : 900px;
margin-left:auto;
margin-right:auto; 


} 

/* Buttons and Navagation */
a.button {
    /* Sliding right image */
    background: transparent url('button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url('button_left.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
color: white;
/*text-decoration:underline;*/
}

/* Common Elements */
h1{
	font-size: xx-large;
	font-family: fantasy;
}

h4
{
font-size:medium;
font-weight: normal;
font-family: Arial;


