* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	}

.clear { 
	clear:both;
	}
	
.hidden {
	display:none;
	}

#container {
	width:615px;
	margin:0px auto;
	}
	
	#header {
		float:left;
		width:615px;
		text-align:center;
		color:#192e4d;
		font-size:16px;
		margin:0 0 25px 0;
		}
		
		#header #zinioHeader {
			background:url(../images/logo_zinioHeader.gif) top left no-repeat;
			width:575px;
			height:71px;
			display:block;
			margin:auto;
			}
	
	#body {
		width:615px;
		float:left;
		}
		
		#body #leftColumn {
			width:152px;
			float:left;
			text-align:center;
			color:#192e4d;
			}
			
				#signUpForm {
					width:131px;
					float:left;
					padding:0 11px 0 10px;
					margin:0 0 10px 0;
					font-size:10px;
					text-align:left; 
					border-right:1px solid #999999;
					}
					
				span.steps {
					color:#192e4d;
					font-size:18px;
					}
					
				span.smallText {
					font-size:9px;
					}
				
				input.inputField {
					border:1px solid #9c9696;
					width:126px;
					}
					
				#leftColumn a {
					color:#d90908;
					font-size:9px;
					text-align:left;
					}
			
		#body #rightColumn {
			width:442px;
			float:left;
			padding:0 0 0 20px;
			}
			
			#rightColumn ul li{
				float:left;
				list-style:none;
				color:#5e8b2a;
				font-size:9px;
				width:98px;
				text-align:center;
				height:180px;
				}
			
			#rightColumn ul li.one, li.two, li.three {
				margin:0 14px 0 0;
				}