﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000 url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
.bodyText {
	text-align: center;
	font-size: large;
	color: white;
}
a:visited {
	color: #FF9980;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #006699;
}
.link {
	color: white;
	font-size: large;
}
div.master {
	text-align: center;
	margin: auto;
	width: 700px;
	height: 400px;
	background-color: #ffffff;
	border: 1px solid black;
	background-position: center;
	background-repeat: no-repeat;

  /*background-image:url('../images/Sasa_logo.JPG')*/
  /* for IE */
  /*filter:alpha(opacity=60);*/
  /* CSS3 standard */
  /*opacity:0.6;*/
}
/*Main Page*/
div.default {
	text-align: left;
	margin: auto;
	width: 700px;
	height: 400px;
}
div.MainPage{
	text-align: center;
	margin: auto;
	width: 900px;
	height: 400px;
	background: url('../images/content2.jpg') no-repeat;
	background-position:center;
}
/* Header */
#header {
	text-align:center;
	vertical-align:middle;
	font-size: 3em;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/header3.jpg) no-repeat;
}
#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}
#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}
#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}
#header a {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
	}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

/* Menu */
#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(../images/img03.jpg);
	vertical-align: middle;
	text-align: center;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url('../images/img07.gif') no-repeat;
}
#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}
/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: url(../images/img04.jpg) no-repeat;
}


