/* CSS Document */

@font-face 
{
    font-family: 'Lobster';
    src: url('../font/Lobster-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


#logo
{
	width:400px;
}

#content
{
	margin:auto;
	width:100%;
	text-align: center;
	font-family:Verdana;
	font-size:14px;
	color:#575756
}

h1
{
	font-family: 'Lobster';
	font-size:36px;
	margin:0px;
	margin-bottom:25px;
}

h2
{
	font-size:18px;
}

a
{
	text-decoration: none;
	color:#DAB874;
}

a:hover
{
	color:#000000;
}

hr 
{
	width:320px;
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
}


.text
{
	margin:auto;
	width:800px;
}

.image
{
	width:500px;
}