/*
	Author: Iftekhar Bhuiyan
	URI: http://www.codevas.com
	Email: info@codevas.com
	1 - Master Reset
	2 - Basic Layout
	3 - Content Styles
	4 - Footer
*/
/* 1 - Master Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
*{border:0;margin:0;padding:0;}
body { font-family:"MS Sans Serif", Geneva, sans-serif; }
a { color:#0000ff;}
/* 2 - Basic Layout */
#wrapper { width:790px; margin:0; padding:0; border:0; background-color:#ffffff; overflow:hidden;  }
#head { border:0; } 
#head img { border:0; padding:0; margin:0; }
#content { width:700px; margin-top:15px; padding-left:80px; border:0; }
#content h1 { font-size:24px; font-weight:normal; line-height:120%; }
#content h2 { font-size:19px; font-weight:normal; line-height:140%; }
#content h3 { font-size:14px; margin-bottom:10px; font-weight:bold; line-height:140%; }
/* 3 - Content Styles */
/* profile section */
#content .profile { border:0; overflow:hidden; }
#content .info { float:left; width:350px; border:0; font-size:14px; line-height:140%  }
#content .photo { float:right; width:250px; border:0; overflow:hidden;  }
/* description styles */
#content .desc { padding-top:20px; border:0; font-size:14px; line-height:140%; }
#content .desc p { margin-bottom:15px; line-height:140%; }
#content .italic { font-style:italic; } /* this class can be used to make any text italic */
#content sup {font-size:xx-small; vertical-align:super; } /* super script only */
#content .list-nb { margin:0px 0px 20px 40px; padding:0px; list-style-type:none; line-height:140%; } /* lists with no bullets */
#content .list-wb { margin:0px 0px 20px 40px; padding:0px; list-style-type:disc; line-height:140%; } /* lists with bullets */
#content .citation { margin:0px 0px 20px 40px; padding:0px; list-style-type:none;} /* for citation lists only */
#content .citation li { line-height:140%; margin-bottom:1px; }
#content .appearance { margin:0px 0px 20px 55px; padding:0px; list-style-type:disc;} /* for appearance lists only */
#content .appearance li { line-height:140%; margin-bottom:1px; }
/* 4 - Footer */
#foot { border-top:solid 1px #efefef;}