/* css document */
/* links */
body {
	background-color: #CCC;
}
img {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none;
}
A:link	{
color:#888888;
text-decoration:none;
	}
A:hover	{
	color:#FF33FD;
	text-decoration:none;
	}
A:active	{
color:#888888;
text-decoration:none;
	}
A:visited	{
color:#888888;
text-decoration:none;
	}
	
/* content */	
#content
{
	width: 960px;
	margin: 0 auto
}

 #navigation
{
position: relative;
left: 175px;
top:120px
}

 #flash
{
position: relative;
left: 0px;
top: 115px
}

/* left and right conent */
.container2 {
	position: relative;
	height: 650px;
	background-color: #FFF;
	width: 960px;
   }

.left-element {
	width: 230px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #000;
	height: 635px;
	float: left;
   }

.right-element {
	width: 715px;
	text-align: left;
	color: #000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-image: url(../images/wales1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
   }

  
  div.float {
  float: left;
  }
  
  h1 { 
  color: green
  font-weight: bold; 
  font-size: 22pt;
  line-height: 14pt; 
  font-family: arial; 
  font-variant: normal;
  font-style: normal;
}

/* styling post */
.thinborder{
	float:left;
	margin-right:20px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.dropcap {
	float: left;
	color: #999;
	margin-right: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120pt;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;
}

.pullout{
  width:30%;
  padding:10px;
  background-color:yellowgreen;
  color:#f5f5f5;
  float:right;
  font: bold 14pt/1em arial, 
  helvetica, sans-serif;
  text-align:left;
  letter-spacing: 0.05em;
  margin:5px;
  clear: both;
}

/* blockquote styling */
blockquote.withline   {
font-family: "arial", courier, monospace;
text-align: justify; padding:5px;
border-left:1px solid yellowgreen;}
  
/* rounded corners */
/* set millions of background images */
.rbroundbox { background: url(../twopointoh/images/nt.gif) repeat; }
.rbtop div { background: url(../twopointoh/images/tl.gif) no-repeat top left; }
.rbtop { background: url(../twopointoh/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../twopointoh/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../twopointoh/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox {
	margin-top: 50px;
	border: 0;
}
.hookbox {
	margin-top: 140px;
	border: 0;
	padding-left: 5px;
}
/* navigation listamatic*/
#navcontainer
{
	width: 200px;
	margin-bottom: 10px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #FFF;
	color: #000;
	font-weight: bolder;
	padding-right: 0;
	padding-left: 0;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #000;
	color: #FFF;
}

#navcontainer li
{
	border-bottom: 1px solid #000000;
	margin: 0;
	background-color: #000;
	color: #FFF;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #ffffff;
	color: #888888;
	text-decoration: none;
	width: 100%;
	background-color: #000;
	color: #FFF;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	background-color: #FF33FD;
	color: #CCC;
}
/* Zoom Cloud */
.inner1 {
	width:665px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.style1 {
	font-style:italic;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
}
.text1 {
	color: #FF27EC;
	font-size: 14px;
}
.infostuff {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #666;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	height: 20px;
	padding-top: 10px;
}
.footer a {
	color:#333;
}
.footer a:hover {
	color:#FFF;
}

