/*
Original design: andreas02 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas02/
*/ 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}

/* General layout */
body {background:#000; color:#303030; font:76% "Georgia", Times New Roman, Times, serif; margin:0; padding:15px 0 0;}
#container {
	background:#000;
	margin-top:10px;
	padding-top: 50px;
	width:960px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

img
{border: 0;
}
a img { border: solid 1px #000; }
a:hover img { border: solid 1px #000}
a:visited img { border: solid 1px #000} 

p {
	/* color used to differentiate the different paragraphs */
margin-bottom: 0px;
}

a.linkopacity img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }


#tags 	{background:#000; color:#000;
	margin-top:10px;
	padding-top: 50px;
	width:920px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
