@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(http://www.targostudios.co.uk/retro/images/bg.png);
	background-repeat: repeat;
}

body,td,th {
	font-family: Helvetica Neue, Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #323232;
}

a:link {
	color: #DC3D62;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DC3D62;
}
a:hover {
	text-decoration: underline;
	color: #F75527;
}
a:active {
	text-decoration: none;
	color: #F75527;
}
h1 {
	font-size: xx-large;
	color: #131313;
}
h2 {
	font-size: x-large;
	color: #131313;
}
h3 {
	font-size: larger;
	color: #131313;
}
h4 {
	font-size: large;
	color: #131313;
}

#container {
	width: 800px;
	position: relative;
	margin: auto;
}

#Fujica {
	width: 688px;
	height: 323px;
	position: absolute;
	left: 53px;
	top: 23px;
}

#Title {
	width: 437px;
	height: 64px;
	position: absolute;
	left: 64px;
	top: 275px;
}

#Banner {
	width: 753px;
	height: 54px;
	position: absolute;
	left: 11px;
	top: 385px;
	z-index: 1;
	background-image: url(http://www.targostudios.co.uk/retro/images/link_banner.png);
	padding-top: 11px;
	padding-left: 30px;
	background-repeat: no-repeat;
}

#Body {
	left: 25px;
	position: absolute;
	top: 370px;
	height: auto;
	width: 685px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #EBEBEB;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-top: 50px;
}

#twocols {
	width: 645px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
}

#post {
	float: left; 
	display:inline; 
	position: relative; 
	width: 425px;
	padding-top: 20px;
}

#Side {
	top: 50px;
	width:200px; 
	float:right;
 	position:relative; 

}
