/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin-top: 16px;
	margin-bottom: 16px;
	text-align:	center;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

	font-family:Verdana, Geneva, sans-serif
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image:url(../images/background.jpg);
	background-color:#935E3C;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: px;}  /* must be same height as the footer */

#footer {position: bottom;
	margin-top: 100px; /* negative value of footer height */
	height: 6px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/*text*/

	
h1 							{font-size:13px; margin-top:45px; font-style:bold;}
h2							{font-size:20px; margin-top:45px; font-style:italic; }
p							{font-size:12px; margin-top:30px; Margin: 0 auto; width:500px; border:1px solid #0; }
a							{text-decoration:none; color:black; font-size:16px; margin-right:15px; padding:0 30px}

#wrapper 					{width:980px; background-color:0; margin:0 auto; padding:0 30px;}

#social-media-icone 		{float:middle; }
#social-media-icone ul li 	{display:inline; margin-top:405px;}

#topnav-buttons		 		{float:middle; }
#topnav-buttons	ul 			{margin-top: 20px; margin-bottom:30px;}
#topnav-buttons	ul li 		{display:inline; font-size:12px; }
#topnav-buttons	ul li a		{display:inline; margin-right:1px; font-size:12px; font-weight:bold; }

#content					{font-size:12px; font-family:Arial, Helvetica, sans-serif }

#footer					    {font-size:10px; float:buttom; }