/*  
*   Basic Styles
*   Author    -> MayVas <info@mayvas.com>
*   File type -> CSS2
*   License   -> GPL

----------------------  
  Document Structure
----------------------
  #1 - Body
  #2 - Headers
  #3 - Links
  #4 - Tables
  #5 - Images
  #6 - Forms

*/


/* #1 -- Body -- */
body {
  margin: 0px;
  padding:0px;
  background: url(../images/bodyBgr.jpg) repeat-x;
  font-family:Arial;
  font-size: 14px;
  color: #59220e;
  line-height: 18px;
}


/* #2 -- Headers -- */
h1, h2, h3, h4, h5, h6 { 
	font-family: arial, verdana, sans-serif;
	margin: 0px;
	padding: 5px 0px 15px 0px;
	 font-size: 18px;
}
 




/* #3 -- Links -- */
a:link {

}
a:visited {

}
a:hover {

}
a:active {

}



/* #4 -- Tables -- */
table{

}
table tr td{

}
table tr td{

}


/* #5 -- Images -- */
img { border: none; }



/* #6 -- Forms -- */
form {
  margin: 0px;
  padding: 0px;
}

