/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #b3945d;
	background-color: #68231e;
        background-image:url(./img/bg_pozellan.jpg);
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}



small, .small {
	font-size: 0.5em;
}

b {

        font-weight: normal;
}

i {

        font-style: normal;
}


/* links
----------------------------------------------- */

a {
	color: #b3945d;
	border: none;
        text-decoration: none;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}


/* layout
----------------------------------------------- */

#container {
	margin: 10px auto;
	padding: 10px;
	width: 450px;
}


#content {
	padding-top: 30px;
        text-align: left;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: left;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 450px;
w\idth: 450px;
}

	
