/*
Theme Name: IYWE New
Theme URI: http://allingray.com
Description: IYWE Theme
Version: 1.0
Author: Alin Gray
Author URI: http://allingray.com/
*/ 

* {
	padding: 10; 
	margin: 10;
}

html {	height:101%;
background-color: #fff;}

body {
		width:100%; 
		height:101%; 
		text-align:center;  
		overflow-x:hidden;  
		overflow-y:yes;   
		/* to centre IE */
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		font-weight: normal;
		line-height: 18px;
 
	} 

#wrapper {	position: relative; 
			width: 750px; 
			height: 950px;
			margin: 0 auto;  
			/* to centre compliant browsers */ 
			text-align: left; 
			/* to reset text alignment to default */ 
			background-image: url('images/tuba.jpg'); 
			background-repeat: repeat;		
			background-position: 0px 0px;
		}
		
#title {	
		position: absolute; 
		left: 0px; 
		top: 10px; 
		width: 630px; 
		height: 30px; 
		font-family: "Times New Roman", Times, serif; 
		font-size: 30px; 
		font-weight: bold; 
		color: #000000; 
		/*padding: 10px;*/
		text-align: center;
		background-image: url('images/white50.png'); 
		line-height: 30px;
		/* border-style:solid;
		border-width:1px;
		border-color: #aaa;
		border-left: none; */
	}

	
#left {	position: absolute; 
		left: 10px; 
		top:70px; 
		width: 150px; 
		background-image: url('images/white70.png'); 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		font-weight: normal;
		/* border-style:solid;
		border-width:1px;
		border-color: #aaa; */
		}

#left li {
		padding: 0px 10px 10px 10px;
		line-height: 12px;
		list-style-type: none;
		}
		

#left a {text-decoration: none; font-weight: bold;}
#left a:hover {text-decoration: underline;}

#logos {	
		position: absolute; 
		left: 10px; 
		top:350px; 
		width: 150px; 
		text-align: center;
		background-image: url('images/white70.png'); 
		border-style:solid;
		border-width:1px;
		border-color: #aaa;
		}


#right {position: absolute;
		left: 200px; 
		top: 70px; 
		width: 500px; 
		min-height: 400px;
		background-image: url('images/white70.png'); 
		background-position: -250px -70px;
		padding: 10px;
		border-style:solid;
		border-width:1px;
		border-color: #aaa;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		font-weight: normal;
		}	
	
.alignleft { float: left; }
.alignright { float: right; }



h3 { font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #555555
	}
	
#left ul {	list-style-image: url(prepimages/bullet.gif); 
		list-style-type: none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		line-height: 18px
	}
	

a {color: #000;}


/* Forms */

input {
	height:20px;
	padding:1px;
	color:#000;
	border-style:thin;
	border-width: 1px;
	background-position: 0px -500px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
}

select {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;}

textarea{
	height:50px;
	padding:1px;
	color:#000;
	border-style:thin;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
}

.submit
{
	color: #000;
	font-weight:bold;
	background-color: #fff;
	border: 5px;
	border-color: #000;
	padding: 2px;
	background-image: none; 
} 

.warnings {
	color: #ff0000;
	font-weight: bold;
	margin: 0 0 0 30px;
	}

form p {
	line-height: 10px;
	margin: 0 0 10px 0;
	}

form {
	margin: 0 0 0 30px;
	}
	
	
form br {
	margin: 0 0 10px 0;
	}
	

	
