/* General */
body{font-family:Arial; text-align: center; background: #99ccff;}
#wrap {margin: auto; width:900px; text-align: left; background-image: url(images/background.jpg); border: 0 0 0 0px;}

/* Header */
#header {height:100px; text-align:left; width:900px; background-image: url(images/logoheader.gif); background-repeat: no-repeat; background-position: top right; border: 0 0 0 0px;}

/* Sidebars */
#leftside {width:195px; height: 700px; float: left; margin-left: 5px; font-size: medium; text-align:left;}
#rightside {width:45px; height: 700px; float: right; margin-right: 0px;}



/* Content */
#content {font-family:Arial; text-align: left; color: #000000; font-size:12px; padding: 0px;}

/* Headings */
#heading {font-family:Arial; text-align: left; color: #000000; font-size:16px; padding: 0px;}

/*Tables */
table.one {font-family:Arial; text-align: left; color: #000000; font-size:12px;}


/* Footer */
#footer {width: 900px; height: 25px; background: #0099ff; font-size:10px; color: 000000;}



/*****middle menu******/
table.menu a {width: 145px; border: 1px solid #000000; display: block;} /*1)Default-border*/
div.menu a {color: #000000; background: #66ccff; text-decoration:none; font-size:12px; line-height:18px; font-family: Tahoma, verdana, sans-serif; padding: 2px 5px;} /*1)Default-text 2)Default-background */
div.menu a:hover {color: #66ccff; background: #000000; border:1px solid #000000;}/*1)Hover-text  2)Hover-background  3)Hover-border*/



