/* Font face */

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

/* Reset & set */

*					{ margin:0; padding:0; }
body				{ background:#c5a165 url('../img/body.gif') repeat top left; color:#333; font:14px Helvetica, Arial, Sans-Serif; }

a					{ outline:none; color:#333; }
a:hover				{ text-decoration:none; }
a img				{ border:none; }

h3					{ font-family:Avant,Georgia,Serif; font-weight:bold; color:#7c373f; font-size:24px; }
h3 a				{ color:#7c373f; text-decoration:none; }
h3 a:hover			{ color:#333; }
h3 small			{ font-size:14px; color:#333; }

/* Header */

#header				{ position:relative; height:200px; width:100%; margin:0 auto 50px; background:url('../img/header.png') repeat-x top left; }

h1					{ position:absolute; top:10px; left:345px; text-indent:-9999px; color:#fff; width:467px; height:222px; background:url('../img/h1.png') no-repeat top left; }
h2					{ position:absolute; top:123px; left:5px; width:497px; height:146px; background:url('../img/h2.png') no-repeat top left; text-indent:-9999px; color:#fff; }

#search				{ position:absolute; top:30px; left:20px; }
#search_input		{ vertical-align:middle; width:248px; background:#fff; font-size:16px; padding:3px 11px; color:#333; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; border:0; -moz-box-shadow:inset 1px 1px 1px black; outline:0 }

/* Footer */

@media screen and (min-width:1280px) {
	#footer			{ position:fixed; bottom:30px; right:10px; width:350px; height:340px; background:url('../img/footer.png') no-repeat top left; }
}