#main p { margin: 8px 10px; }
#main h4 { margin: 8px 10px; }

			#swingDoctor {
				width: 430px; 
				float: left;
				background: #EEF3F7;
				padding-bottom: 50px;
				}
				
				#swingDoctor p { width: 100%; }
		
			#addQuestion select { width: 120px; }		
		
			#newAnswers {
				float: right;
				width: 150px;
				}
				
				#newAnswers p { 
					color: #666; 
					font-size: 10px; 
					margin: 8px 15px 14px 19px;
					}
				#newAnswers p span { text-decoration: underline; }
					
				#newAnswers .bulletBlue { 
					margin-left: -13px; 
					font-size: 11px; 
					text-decoration: underline;
					}
							
			#addQuestion, #answer {
				width: 430px;
				float: left;
				position: relative;
				height: 240px;
				}
				
				#answer { height: auto; }
				
				
				#addQuestion form { margin: 0; }
				#addQuestion select { min-width: 123px; }
				#addQuestion input, #addQuestion select { margin-bottom: 10px; }
				
				#addQuestion textarea {
					height: 120px;
					width: 200px;
					}
					
				#addQuestion div {
					position: absolute;
					right: 10px;
					top: 30px;
					margin: 0;
					width: 200px;
					}
					
				#addQuestion div p{
					margin-left: 0px;
					padding-left: 0px;
				}
				
					
			#archiveSearch {
				float: left;
				width: 430px;
				position: relative;
				}
				
				#archiveSearch p { position: absolute; right: 0px; top: 20px; }
				
				#archiveSearch input.submitButton { margin-top: 10px; }				
				
					
			#searchResults {
				width: 430px;
				float: left;
				}
				
				#searchResults h4 { 
					font-size: 11px; 
					margin: 8px 10px 8px 10px; 
					font-weight: normal; 
					color: #000;
					}
				
				#searchResults p {
					}
				
				#searchResults p a { 
					display: inline; 
					font-size: 12px;
					font-weight: bold;
					}
	
			.paging { 
				text-align: right; 
				position: relative; 
				float: left; 
				width: 430px; 
				margin-bottom: 5px;
				}
			.paging p strong { position: absolute; left: 0px; }
			.paging p a { text-decoration: none; }
			.paging p strong a { text-decoration: underline; }
