﻿body 
{
	background-image:url(images/bg.jpg); 
	background-repeat:repeat;
	margin:auto;
	text-align:center;
	font-family:Arial;
	font-size:11px;
}

#container
{
	vertical-align: top; 
	text-align:center;
	background-color:#575757;
	margin: auto;
	}
	
img
{
	text-align:center;
	margin:auto;
}
	
	
#content
{
	background-image:url(images/pattern.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
	margin:auto;
}

h1
{
	font-weight:normal;
	font-family:Century Gothic;
	font-size:25px;
	text-align:center;
	padding-top:0px;
	line-height:1.5em;
	padding-bottom:0px;
	margin-bottom:0px;
	
}

h2
{
	font-weight:bold;

	font-size:12px;
	text-align:center;
}

h3
{
	font-weight:normal;
	font-family:Century Gothic;
	font-size:18px;
	text-decoration:none;
	margin-bottom:8px;
	margin-top:10px;
	
}

p
{

	text-align:justify;
	padding:25px;
	padding-top:5px;
	padding-bottom:5px;
}

b
{
	text-align:center;

}

img
{
	border:none;
}

a
{
 color:#000;
}

.table
{
	border:none;
	margin-bottom:20px;

	}

.head
{
	width:188px;
	height:34px;
	color:White;
	font-size:1.2em;
	font-family:Century Gothic;
	background-image:url('Images/background-img.jpg')
	
}

.bottom
{
	background-color:White;
	height:172px;
	width:185px;
	border:solid 1px #333;
	margin-left:2px;
	vertical-align:middle;
	text-align:center;
}

.list
{
	margin-left:100px;
	margin-bottom:30px;
}

.recommended
{
	vertical-align: bottom; 
	margin-top: 1300px; 
	width:174px; 
	background-color:#e9e8e7; 
	padding:5px;
	padding-left:10px;
	
}

ul
{
	margin-left:0px;
}

li
{
	list-style:none;
	list-style-position:outside;
	padding-bottom:5px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	color:#c50224;
}