/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
}

ol, ul {
	list-style: none;
}

p{
	margin-top: .5em;
	margin-bottom: .3em;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}




/*
-------------------
MAIN ELEMENTS
-------------------
*/

body {
	margin: 0; padding: 0; text-align: center; background: #666666 url(../img/bg_page.gif) top left repeat-x;
	}

#wrapper {
	position: relative;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

/* Header Starts */
	#header {
		position:relative;
		height:100px; width:930px;
		background: url(../img/bg_masthead.gif) left top repeat-x;
		}
		#logo{
			position:relative; 
			height:100px; width:300px;
			float:left;
			display:block; 
			background: url(../img/logo.gif) left top no-repeat;
			}
			#logo h1 a{
				position:relative;
				display:block;				
				text-indent:-5000em;
				height:100px; width:290px;
				}
/* Header Ends */

/* Menu Starts */
	#menu {
		position:relative;
		height: 90px;
		float: right;
		}
		#menu li { display: inline; text-align:left; }
		#menu li a { color: #000000; height:90px; padding:0; margin:0; display:block; float:left; text-indent:-5000em;}
		#menu li.m_home a {background: url(../img/btt_home.gif) 0 0 no-repeat; width:90px;}
		#menu li.m_aboutme a {background: url(../img/btt_aboutme.gif) 0 0 no-repeat; width:100px;}
		#menu li.m_portfolio a {background: url(../img/btt_portfolio.gif) 0 0 no-repeat; width:110px;}
		#menu li.m_reachme a {background: url(../img/btt_reachme.gif) 0 0 no-repeat; width:100px;}
		#menu li.m_home a:hover, #menu	li.m_aboutme a:hover, #menu li.m_portfolio a:hover, #menu li.m_reachme a:hover {
		background-position:0 -90px;
		}
		body#home #menu li.m_home a, 
		body#aboutme #menu li.m_aboutme a, 
		body#portfolio #menu li.m_portfolio a, 
		body#reachme #menu li.m_reachme a { 
			background-position:0 -90px; 
			}
	
	/* Menu Ends */

/* Main Begins */	
	#main {
		position:relative;
		height: 430px;
		}
		#main p.clear {
			clear:both; padding:0; margin:0;
			}

	/* Sidebar Begins */
		#sidebar {
			position:relative;
			padding: 0; margin:0;
			float:left;
			width: 200px;
			font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; line-height: 17px;
			}
		#sidebar_content {
			width: 190px;
			margin: 0 0 0 10px;
			padding:0;
			}
			#sidebar_content p {
				padding-bottom: 15px;
				}
			#sidebar_content .f_letter {
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size:20px; color:#9E006F;
				}
			#sidebar_content h2 {
				font-family: Georgia, "Times New Roman", Times, serif; font-size:14px; color:#FFFFFF; line-height: 20px;
				margin: 0 0 10px 0; font-weight: normal; padding: 0 0 0 5px; word-spacing:1px;
				border-left: 5px solid #9E006F;
				}
				#sidebar_content h2 a{
					text-decoration:none; color:#FFFFFF;
					}
				#sidebar_content h2 a:hover{
					text-decoration:none; color:#9E006F;
					}
				#sidebar_content ul{
					padding:0 0 20px  20px; margin:0; top:0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; display: block;
					}
				#sidebar_content li a{
					text-decoration:none; color:#019A98;
					}
				#sidebar_content li a:hover{
					text-decoration:none; color:#000000;
					}
			

			
			

	/* Sidebar Ends */

	/* Content Begins */
		#content_wrapper {
			width: 610px;
			float:right
			}
		#content {
			padding:0; margin:0; 
			height: 430px;
			}
		#content h1 {
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 22px; font-style: italic; color: #9E006F; 
			line-height: 30px;
			}
			
	
		#content p {
				padding-bottom: 15px;
				
				}
			#content_main {
			padding: 30px;
			font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 20px;
			text-align: justify;
			}
				#content_main a{
					text-decoration:none; color:#000000;
					}
				#content_main a:hover{
					text-decoration:underline; color:#000000;
					}
			#reach_me {
				background: url(../img/bg_main.jpg) left top no-repeat;
				width:930px; height:430px;
				}
		

			#aboutme_profile {
				background: url(../img/bg_aboutme_profile.jpg) left top no-repeat; 
				width:720px; height:430px;
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px;
				float:left;
				}
			
			
				
				
	/* Content Ends */

/* Main Ends */




/* footer Starts */
	#footer {
		height:30px;
		margin-top: 15px;
		background: url(../img/bg_footer.gif) top left no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; text-align: center;
		line-height: 30px;
		clear:both;
		}
		#footer a{
			text-decoration:none; color:#ffffff; padding-left: 5px;
			}
		#footer a:hover{
			color:#ffffff; text-decoration: underline;
			}
				#footer a.dreams_online{
				text-decoration:none; color:#ffffff; padding-left: 45px;
				}
				#footer a.dreams_online:hover{
				color:#ffffff;text-decoration: underline;
				}

/* Footer Ends */


/*
-------------------
PORTFOLIO
-------------------
*/


	#p_portfolio {
				background: url(../img/bg_p_portfolio.jpg) left top no-repeat; 
				width:720px; height:430px;
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px; margin:0; padding:0;
				float:left;
				}
				#p_portfolio h1 {
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 18px; font-style: italic; color: #9E006F; 
			line-height: 25px; vertical-align:top;
			}
		#p_portfolio p {
				padding-bottom: 15px;
				
				}
		#p_portfolio #pic_numb {
			height: 30px; margin: 5px 0 0 10px; height: 1%;
			border-top: 1px solid #999999;
			font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #000000;
			}
			#p_portfolio #pic_numb a:link, #p_portfolio #pic_numb a:visited {
				border: solid 1px #FFFFFF; border-top: 0;
				text-decoration: none; display:block; float:left; text-align: center;
				padding: 0 1px; margin: 0 1px;
				color: #000000; width: 20px; 
				}	
			#p_portfolio #pic_numb a:hover, #p_portfolio #pic_numb a:active {
				border: solid 1px #666666; border-top: 0;
				text-decoration: none; color: #000000; width: 20px;
				}	
			#p_portfolio #pic_numb a.selected {
				border: 0; border-top: 0;
				text-decoration: none; color: #FFFFFF; width: 20px;
				}	


			/*hide the broken up pieces of contents until script is called. Remove if desired*/
			
			#p_portfolio .img_content {
			width: 670px; height: 320px; padding: 60px 10px 0 40px;
			font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #000000;
			display: none;
			}
				#p_portfolio .image {
					float: left;
					width: 430px;
					height: 340px;
					text-align: center;
					font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #000000;
					}
					#p_portfolio img { border:0;}
				#p_portfolio .image_info {
					float: left; padding: 0 10px; width: 220px;
					font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC; text-align: left;
					}						
				

