/* CSS Document */

body {
		text-align:center;
		padding:0px;
		background-color:#000000;
		background-image:url(images/pattern1.png);
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: small;
		color: #fff;
		position:relative;
		}
		
#frame {
		width:1040px;
		margin-right:auto;
		margin-left:auto;
		margin-top:-50px;
		padding:0px;
		text-align:left;
		}
		
#leftcontent {
		width:200px;
		height:575px;
		background-image:url(images/backgroundpaper.jpg);
		padding:10px;
		float:left;
		border-left:5px solid #c1272d;
		border-right:5px solid #c1272d;
		}
		
#words {
		width:120px;
		margin-top:20px;
		position:absolute;		
		float:left;
		}
		
#logohome {
		width:122px;
		height:60px;
		background-image:url(images/ggp_logo.png);
		background-repeat:no-repeat;
		position:relative;
		left:200px;
		top:150px;
		}
		
#maincontent {
		float:left;		
		background-color:#000000;
		width:600px;
		height:550px;
		overflow:auto;
		}
		
#maincontent a {
		color:#fff;
		}
		
#footer {
		background-color:#000000;
		width:600px;
		height:45px;
		float:left;
		}
	
.footertext a, p {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color:#fff;
		padding:5px;
		text-align:center;
		font-size:x-small;
		}
		
#rightcontent {
		width:200px;
		height:550px;
		float:left;
		}
		
h1 {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color:#fff;
		padding:5px;
		text-align:center;
		font-size:medium;
		margin-top:50px;
		}
		
#rightcontent p {
		font-size:small;
		}
		
.mosttext {
		font-size:small; 
		margin-left:90px; 
		text-align:left;
		padding:20px;
		}
		
.bold {
		color:#FFFF99;
		font-weight:bold;
		}
