


/* ------------------------------------------------------------------------------- */
/* Over-ride tag. This will apply to all elements. */
* {
   font-family: Georgia,Garamond,Arial,Times,Helvetica,sans-serif,serif;
   font-size:11px;
}


HTML,BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:black;
}

#main {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:768px;
	height:750px;
	background-image:URL('images/main/index.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

ul
{
	position: absolute;
	right: 80px;
	top: 355px;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

li 
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	margin-bottom: 25px;
	background: url(images/main/bullet.jpg) 0px 1px no-repeat;
}

img
{
	cursor: pointer;
}

p
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 60px;
	right: 70px;
	width: 230px;
	font-size: 10px;
	text-align: justify;
	color: #E8f6FE;
}


/* ------------------------------------------------------------------------------- */
/* 								FORMATED TEXTUAL ELEMENTS						   */
a img {
   border: none;
}
a:link {
  color: #7f7e69;
  font-weight: bold;
}
a:visited {
  color: #7f7e69;
  font-weight: bold;
}
a:active {
  color: #7f7e69;
  font-weight: bold;
}
a:hover {
  color: #000000;
  font-weight: bold;
}






