/* CSS Document */
body   {background:url(images/images/background.gif) repeat-x #ff005d; margin:0 auto; }

#webpage { width:100%;
            min-width:1020px;
			}

#main    {
           width:703px; 
		   background:url(images/images/logo.jpg) no-repeat left top ; float:left; 
		   }

#box1{background:url(images/images/webpage_03.jpg) no-repeat right; width:703px; height:138px; margin-top:53px;}	
#box2{background:url(images/images/webpage_06.jpg) no-repeat right; width:703px; height:92px; float:right;}	  
#box1of3{background:url(images/images/webpage_10.jpg) no-repeat right; width:51px; height:367px; float:right;} 
#box3of3{background:url(images/images/webpage_08.jpg) no-repeat right; width:250px; height:367px; float:right;}
#box4{background:url(images/images/webpage_12.jpg) no-repeat right; height:50px; width:703px; float:right;}
#copyright{ margin-top:5px; height:20px;width:703px; text-align:right; font-family:"comic Sans MS"; font-size:11px; color:#ff6eae; }

#content {background:#1a0010; width:402px; height:367px; float:right; color:#b01f62;}
#content h4,h5{ font-family:"comic Sans MS"; margin:0px 0px 0px 0px; color:#ff0078; font-weight:100;}
#content p{color:#dc0068; font-family:"comic Sans MS"; font-size:13px;}

#rightstar{width:300px; height:170px; float:right; }
#rightmenu{ float:left; width:300px;  height:217px; margin-top:80px;position:absolute; left:600px; top:200px;}

   #contactFormContainer
            {
            	position:absolute;
            	left:255px;
            	float:right;
            }
            #contactForm
            {
            	height:315px;
            	width:400px;
            	background-image:url(images/images/contactbg.jpg);
            	display:none;
				font-family:"comic Sans MS";
            }
            #contactForm fieldset
            {
            	padding:30px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#ff0074;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            	height:24px;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
            	background-color:#45002a;
            	border:solid 1px #ff0061;
            	color:#ff0074;
            	padding:5px;
            }                
            #contactLink
            {
            	height:26px;
            	width:400px;
            	background-image:url(images/images/contact.jpg);
            	display:block;
            	cursor:pointer;
            }
            #messageSent
            {
            	color:#00ffea;
            	display:none;
            }
			
			#FrogJS{ background:#1a0010; width:597px; height:400px; float:right; color:#b01f62;
				
				;
			}
			#FrogJSCredit{
				text-align: right;
				font-size: 80%;
				color:#00FF33;
				padding: 1px;
			}
			#FrogJSCaption{
				text-align: left;
				line-height: 140%;
			}