form.admin{
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

body{
    padding: 0px;
    margin: 0px;    
	font-family: Arial,sans-serif;
	line-height: 1.166;
}


table{
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

/* Double background image declarations are for IE6 compatebility, do not remove since IE6 also ignores comments, it loads the compatible gif */

td.tbar{
    background-image:url(images/tops2.png); 
    //background-image:url(images/tops2.gif); 
    background-repeat: repeat-x;
}

td.bbar{
    background-image:url(images/bottom.png); 
    //background-image:url(images/bottom.gif); 
    background-repeat: repeat-x;
}

td.lbar{
    background-image:url(images/left.png); 
    //background-image:url(images/left.gif); 
    background-repeat: repeat-y;
}

td.rbar{
    background-image:url(images/right.png); 
    //background-image:url(images/right.gif); 
    background-repeat: repeat-y;
}

td.tlcorner{
    height: 23px;
    width: 23px;
    background-image:url(images/tls2.png); 
    //background-image:url(images/tls2.gif); 
}

td.trcorner{
    height: 23px;
    width: 23px;
    background-image:url(images/trs2.png); 
    //background-image:url(images/trs2.gif); 
}

td.blcorner{
    height: 23px;
    background-image:url(images/bl.png); 
    //background-image:url(images/bl.gif); 
}

td.brcorner{
    height: 23px;
    background-image:url(images/br.png); 
    //background-image:url(images/br.gif); 
}

/*--------------- master box ---------------*/


div#body{
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

img.photo {
    width: 700px;
    border: solid;
    border-width: 1px;
    padding: 3px;
}

/*--------------- Page header ---------------*/

div#header{
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	text-align: center;
}

div#header h1{
	font-family: arial;
	font-size: 37px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom: 0px;
	padding-bottom:0px;
}
div#header h2{
	font-family: Arial,sans-serif;
	font-size: 19px;
	padding-left:0px;
}
/*--------------- Menu ---------------*/

div.menu{
    margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	text-align: center;
}


div#menu a {
}

div#menu a:hover{
}

/*--------------- Main ---------------*/

div#main{
	margin-left:auto;
	margin-right:auto;
   	width:750px;
	padding-left:30px;
}

div.text {
    width: 700px;
}

/*--------------- Links - General ---------------*/

a{
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}
